Browse Source

moved div in code

Patrick O'Carroll 7 years ago
parent
commit
f2d8222af5

+ 7 - 5
public/app/core/components/manage_dashboards/manage_dashboards.html

@@ -103,14 +103,16 @@
       />
     </div>
   </div>
-</div>
 
-<div class="search-results" ng-show="!ctrl.canSave && !ctrl.hasFilters && ctrl.sections.length === 0">
-  <em class="muted">
-      This org has no dashboards or folders.
-  </em>
+  <div class="search-results" ng-show="!ctrl.canSave && !ctrl.hasFilters && ctrl.sections.length === 0">
+    <em class="muted">
+        This org has no dashboards or folders.
+    </em>
+  </div>
 </div>
 
+
+
 <div ng-if="ctrl.canSave && ctrl.folderId && !ctrl.hasFilters && ctrl.sections.length === 0">
   <empty-list-cta model="{
     title: 'This folder doesn\'t have any dashboards yet',