Merge pull request #7023 from mabashian/host-list-empty-text

Changed empty host list message
This commit is contained in:
Michael Abashian 2017-07-13 10:15:26 -04:00 committed by GitHub
commit bbf8f2081d

View File

@ -35,7 +35,7 @@
<div class="row" ng-show="hosts.length === 0 && !(searchTags | isEmpty)">
<div class="col-lg-12 List-searchNoResults" translate>No records matched your search.</div>
</div>
<div class="List-noItems" ng-show="hosts.length === 0 && (searchTags | isEmpty)" translate>PLEASE ADD ITEMS TO THIS LIST</div>
<div class="List-noItems" ng-show="hosts.length === 0 && (searchTags | isEmpty)" translate>NO HOSTS HAVE BEEN CREATED</div>
<div class="list-table-container" ng-show="hosts.length > 0">
<table id="hosts_table" class="List-table table-no-border" is-extended="false">
<thead>