mirror of
https://github.com/ansible/awx.git
synced 2024-11-01 08:21:15 +03:00
changed text from No matching task/play/host to Waiting...
This commit is contained in:
parent
436c600f78
commit
f99dd0f5fd
@ -182,7 +182,7 @@
|
||||
<td colspan="4" class="col-lg-12 loading-info">Loading...</td>
|
||||
</tr>
|
||||
<tr ng-show="plays.length === 0 && !playsLoading">
|
||||
<td colspan="4" class="col-lg-12 loading-info">No matching plays</td>
|
||||
<td colspan="4" class="col-lg-12 loading-info">Waiting...</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -246,7 +246,7 @@
|
||||
<td colspan="5" class="col-lg-12 loading-info">Loading...</td>
|
||||
</tr>
|
||||
<tr ng-show="taskList.length === 0 && !tasksLoading">
|
||||
<td colspan="5" class="col-lg-12 loading-info">No matching tasks</td>
|
||||
<td colspan="5" class="col-lg-12 loading-info">Waiting...</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
@ -308,7 +308,7 @@
|
||||
<td colspan="5" class="col-lg-12 loading-info">Loading...</td>
|
||||
</tr>
|
||||
<tr ng-show="results.length === 0 && !hostResultsLoading">
|
||||
<td colspan="5" class="col-lg-12 loading-info">No matching hosts</td>
|
||||
<td colspan="5" class="col-lg-12 loading-info">Waiting...</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
|
Loading…
Reference in New Issue
Block a user