mirror of
https://github.com/ail-project/ail-framework.git
synced 2024-11-10 08:38:28 +00:00
Added a line separator between the two graphs in dashboard.
This commit is contained in:
parent
0e39f516a9
commit
29241eb49f
1 changed files with 2 additions and 1 deletions
|
@ -100,7 +100,8 @@
|
||||||
<div id="panelbody" class="panel-body" style="height:420px;">
|
<div id="panelbody" class="panel-body" style="height:420px;">
|
||||||
|
|
||||||
<strong>Processed pastes</strong>
|
<strong>Processed pastes</strong>
|
||||||
<div id="Proc_feeder" style="height: 250px; padding: 0px; position: relative;"></div>
|
<div id="Proc_feeder" style="height: 230px; padding: 0px; position: relative;"></div>
|
||||||
|
<hr style="border-top: 2px solid #eee; margin-top: 7px; margin-bottom: 7px;">
|
||||||
<strong>Filtered duplicated</strong>
|
<strong>Filtered duplicated</strong>
|
||||||
<div id="Dup_feeder" style="height: 100px; padding: 0px; position: relative;"></div>
|
<div id="Dup_feeder" style="height: 100px; padding: 0px; position: relative;"></div>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue