Browse Source

removed metrics tab in dash editor modal (only created confusion, the feature is not ready)

Torkel Ödegaard 12 years ago
parent
commit
d9ec9ed1ef
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/app/partials/dasheditor.html

+ 1 - 1
src/app/partials/dasheditor.html

@@ -2,7 +2,7 @@
   <div class="pull-right editor-title">Dashboard settings</div>
 
   <div ng-model="editor.index" bs-tabs style="text-transform:capitalize;">
-    <div ng-repeat="tab in ['General', 'Rows','Controls', 'Metrics', 'Import']" data-title="{{tab}}">
+    <div ng-repeat="tab in ['General', 'Rows','Controls', 'Import']" data-title="{{tab}}">
     </div>
     <div ng-repeat="tab in dashboard.current.nav" data-title="{{tab.type}}">
     </div>