Commit f2d8222a by Patrick O'Carroll

moved div in code

parent 5fced6e9
...@@ -103,14 +103,16 @@ ...@@ -103,14 +103,16 @@
/> />
</div> </div>
</div> </div>
</div>
<div class="search-results" ng-show="!ctrl.canSave && !ctrl.hasFilters && ctrl.sections.length === 0"> <div class="search-results" ng-show="!ctrl.canSave && !ctrl.hasFilters && ctrl.sections.length === 0">
<em class="muted"> <em class="muted">
This org has no dashboards or folders. This org has no dashboards or folders.
</em> </em>
</div>
</div> </div>
<div ng-if="ctrl.canSave && ctrl.folderId && !ctrl.hasFilters && ctrl.sections.length === 0"> <div ng-if="ctrl.canSave && ctrl.folderId && !ctrl.hasFilters && ctrl.sections.length === 0">
<empty-list-cta model="{ <empty-list-cta model="{
title: 'This folder doesn\'t have any dashboards yet', title: 'This folder doesn\'t have any dashboards yet',
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment