mirror of
https://github.com/ansible/awx.git
synced 2026-03-25 12:55:04 -02:30
Changed empty host list message
This commit is contained in:
@@ -35,7 +35,7 @@
|
|||||||
<div class="row" ng-show="hosts.length === 0 && !(searchTags | isEmpty)">
|
<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 class="col-lg-12 List-searchNoResults" translate>No records matched your search.</div>
|
||||||
</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">
|
<div class="list-table-container" ng-show="hosts.length > 0">
|
||||||
<table id="hosts_table" class="List-table table-no-border" is-extended="false">
|
<table id="hosts_table" class="List-table table-no-border" is-extended="false">
|
||||||
<thead>
|
<thead>
|
||||||
|
|||||||
Reference in New Issue
Block a user