mirror of
https://github.com/ZwareBear/awx.git
synced 2026-04-21 15:31:48 -05:00
13 lines
273 B
HTML
13 lines
273 B
HTML
<div class="graph-wrapper">
|
|
<div class="clearfix toolbar">
|
|
<div id="job-status-title" class="h6 pull-left">
|
|
<b>Host Status</b>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="graph">
|
|
<svg width="100%" height="100%" preserveAspectRatio="xMinYMin"></svg>
|
|
</div>
|
|
</div>
|
|
|