mirror of
https://github.com/ansible/awx.git
synced 2024-10-30 22:21:13 +03:00
Fix initial load resize for module
This commit is contained in:
parent
03e5e42dae
commit
1113337cdc
@ -26,8 +26,8 @@
|
||||
<div class="row">
|
||||
<div id="dash-jobs-list" class="left-side col-sm-6 col-xs-12"></div>
|
||||
<div class="right-side col-sm-6 col-xs-12">
|
||||
<div id="dash-host-count-graph" ng-if="user_is_superuser" auto-size-module class="graph-container">
|
||||
<host-count-graph data="graphData.hostCounts"></host-count-graph>
|
||||
<div id="dash-host-count-graph" auto-size-module class="graph-container">
|
||||
<host-count-graph ng-if="user_is_superuser" data="graphData.hostCounts"></host-count-graph>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user