Update tempmon UI now that enabled
flags are really datetime in DB
This commit is contained in:
parent
90e1baef50
commit
eb78d79bb3
4 changed files with 75 additions and 22 deletions
|
@ -5,31 +5,36 @@
|
|||
## page body
|
||||
##############################
|
||||
|
||||
<ul id="context-menu">
|
||||
${self.context_menu_items()}
|
||||
</ul>
|
||||
<div style="display: flex; justify-content: space-between;">
|
||||
|
||||
<div class="form-wrapper">
|
||||
<div class="form-wrapper">
|
||||
|
||||
<div class="panel" id="probe-main">
|
||||
<h2>General</h2>
|
||||
<div class="panel-body">
|
||||
<div style="clear: none; float: left;">
|
||||
${self.render_main_fields(form)}
|
||||
<div style="display: flex; flex-direction: column;">
|
||||
|
||||
<div class="panel" id="probe-main">
|
||||
<h2>General</h2>
|
||||
<div class="panel-body">
|
||||
<div>
|
||||
${self.render_main_fields(form)}
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
## % if image_url:
|
||||
## ${h.image(image_url, "Probe Image", id='probe-image', width=150, height=150)}
|
||||
## % endif
|
||||
|
||||
<div style="display: flex;">
|
||||
<div class="panel-wrapper">
|
||||
${self.left_column()}
|
||||
</div>
|
||||
<div class="panel-wrapper" style="margin-left: 1em;"> <!-- right column -->
|
||||
${self.right_column()}
|
||||
</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="panel-wrapper">
|
||||
${self.left_column()}
|
||||
</div>
|
||||
|
||||
<div class="panel-wrapper">
|
||||
${self.right_column()}
|
||||
</div>
|
||||
<ul id="context-menu">
|
||||
${self.context_menu_items()}
|
||||
</ul>
|
||||
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue