cosmetics
This commit is contained in:
parent
3f82c42f08
commit
6ed9f49d51
2 changed files with 3 additions and 3 deletions
|
@ -134,7 +134,7 @@
|
|||
<div id="entity-subscribe">
|
||||
<p>Hier können Sie einen existierenden Kanal über seine UUID hinzufügen</p>
|
||||
<table>
|
||||
<tr><td><label for="middleware">Middleware URL:</label></td><td><input id="middleware" type="text" /></td></tr>
|
||||
<tr><td><label for="middleware">Middleware:</label></td><td><input id="middleware" type="text" size="36" /></td></tr>
|
||||
<tr><td><label for="uuid">UUID:</label></td><td><input id="uuid" type="text" size="36" maxlength="36" /></td></tr>
|
||||
</table>
|
||||
<p><input type="button" value="Abonnieren" /> <label for="cookie">Cookie:</label> <input class="cookie" type="checkbox" /></p>
|
||||
|
@ -151,7 +151,7 @@
|
|||
<form method="get" target="_blank">
|
||||
<table>
|
||||
<tr class="property"><th>Eigenschaft</th><th>Wert</th></tr>
|
||||
<tr class="property"><td>Middleware URL:</td><td><input type="text" id="entity-create-middlware" value="../middleware.php" /></td></tr>
|
||||
<tr class="property"><td>Middleware:</td><td><input type="text" id="entity-create-middlware" value="../middleware.php" /></td></tr>
|
||||
<tr class="property"><td>Typ:</td><td><select name="type" size="1"></select></td></tr>
|
||||
<tr class="property"><td>Öffentlich:</td><td><input type="radio" name="public" value="1"> ja <input type="radio" name="public" value="0"> nein</td></tr>
|
||||
<tr class="property"><td>Titel:</td><td><input type="text" name="title" value="Kühlschrank" /></td></tr>
|
||||
|
|
|
@ -213,7 +213,7 @@ vz.wui.zoom = function(from, to) {
|
|||
|
||||
// we dont want to zoom/pan into the future
|
||||
if (vz.options.plot.xaxis.max > new Date().getTime()) {
|
||||
delta = vz.options.plot.xaxis.max - vz.options.plot.xaxis.min;
|
||||
var delta = vz.options.plot.xaxis.max - vz.options.plot.xaxis.min;
|
||||
vz.options.plot.xaxis.max = new Date().getTime();
|
||||
vz.options.plot.xaxis.min = new Date().getTime() - delta;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue