mirror of
https://github.com/ansible/awx.git
synced 2026-01-15 20:00:43 -03:30
Changed empty host list message
This commit is contained in:
parent
fbaba9058c
commit
6d9c8343be
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user