Add dashboard
This commit is contained in:
13
widgets/server_status/server_status.html
Normal file
13
widgets/server_status/server_status.html
Normal file
@@ -0,0 +1,13 @@
|
||||
<h1 class="title" data-bind="title"></h1>
|
||||
|
||||
<ul>
|
||||
<li data-foreach-item="items">
|
||||
<span class="label" data-bind="item.label"></span>
|
||||
<span class="value">
|
||||
<div data-bind-class="item.color"><i data-bind-class="item.arrow"></i></div>
|
||||
</span>
|
||||
</li>
|
||||
</ul>
|
||||
|
||||
<p class="more-info" data-bind="moreinfo"></p>
|
||||
<p class="updated-at" data-bind="updatedAtMessage"></p>
|
||||
Reference in New Issue
Block a user