Update users.dtop2 sample file
This commit is contained in:
parent
2cf493eb08
commit
a289ef3c58
5 changed files with 83 additions and 38 deletions
|
@ -96,7 +96,6 @@ ff:ff:ff:ff:ff:fe,10.6.122.94
|
|||
ff:ff:ff:ff:ff:fe,10.6.122.95
|
||||
# {"reserved-by": "Andy"}
|
||||
00:23:54:8c:65:13,10.6.122.96,set:client0023548c6513
|
||||
# {"reserved-by": "Somoza"}
|
||||
ff:ff:ff:ff:ff:fe,10.6.122.97
|
||||
ff:ff:ff:ff:ff:fe,10.6.122.98
|
||||
# {"reserved-by": "Zelda"}
|
||||
|
@ -218,15 +217,6 @@ ff:ff:ff:ff:ff:fe,10.6.122.212
|
|||
ff:ff:ff:ff:ff:fe,10.6.122.213
|
||||
ff:ff:ff:ff:ff:fe,10.6.122.214
|
||||
ff:ff:ff:ff:ff:fe,10.6.122.215
|
||||
ff:ff:ff:ff:ff:fe,10.6.122.231
|
||||
ff:ff:ff:ff:ff:fe,10.6.122.232
|
||||
ff:ff:ff:ff:ff:fe,10.6.122.233
|
||||
ff:ff:ff:ff:ff:fe,10.6.122.234
|
||||
ff:ff:ff:ff:ff:fe,10.6.122.235
|
||||
ff:ff:ff:ff:ff:fe,10.6.122.236
|
||||
ff:ff:ff:ff:ff:fe,10.6.122.237
|
||||
ff:ff:ff:ff:ff:fe,10.6.122.238
|
||||
ff:ff:ff:ff:ff:fe,10.6.122.239
|
||||
ff:ff:ff:ff:ff:fe,10.6.122.240
|
||||
ff:ff:ff:ff:ff:fe,10.6.122.241
|
||||
ff:ff:ff:ff:ff:fe,10.6.122.242
|
||||
|
|
|
@ -51,7 +51,38 @@ div.ips-cell.ips-bottom,div.ips-hor-half {
|
|||
div.name {
|
||||
/* max-height: 52px; */
|
||||
font-size: small;
|
||||
font-weight: bold;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
/*
|
||||
black #444
|
||||
blue darkblue
|
||||
purple purple
|
||||
red darkred
|
||||
green darkgreen
|
||||
*/
|
||||
|
||||
.c-black { color: #444; }
|
||||
.c-blue { color: darkblue; }
|
||||
.c-purple { color: purple; }
|
||||
.c-red { color: darkred; }
|
||||
.c-green { color: darkgreen; }
|
||||
|
||||
.color-sample {
|
||||
font-size: x-large;
|
||||
padding-bottom: 1px;
|
||||
border-bottom: 2px solid rgba(0,0,0,0);
|
||||
}
|
||||
|
||||
.color-sample:hover {
|
||||
|
||||
}
|
||||
|
||||
.color-sample.selected {
|
||||
border-bottom: 2px solid black;
|
||||
}
|
||||
|
||||
span.ip {
|
||||
position: absolute;
|
||||
bottom: 2px;
|
||||
|
|
|
@ -23,21 +23,31 @@
|
|||
{% endif %}
|
||||
|
||||
<div class="form-group">
|
||||
<div class="col-xs-6">
|
||||
<input type="checkbox" id="reserved" name="reserved"
|
||||
{% if meta.reserved_by -%}
|
||||
checked="checked"
|
||||
{%- endif -%}>
|
||||
<label for="reserved">Reservado a:</label>
|
||||
<input type="text" class="form-control"
|
||||
id="reserved-by" name="reserved-by"
|
||||
{% if meta.reserved_by -%}
|
||||
value="{{ meta.reserved_by }}"
|
||||
{%- else -%}
|
||||
disabled
|
||||
{%- endif -%}
|
||||
>
|
||||
</div>
|
||||
<div class="col-xs-11">
|
||||
<input type="checkbox" id="reserved" name="reserved"
|
||||
{% if meta.reserved_by -%}
|
||||
checked="checked"
|
||||
{%- endif -%}>
|
||||
<label for="reserved">Etiqueta:</label>
|
||||
<div class="row">
|
||||
<div class="col-xs-6"><input type="text" class="form-control"
|
||||
id="reserved-by" name="reserved-by"
|
||||
{% if meta.reserved_by -%}
|
||||
value="{{ meta.reserved_by }}"
|
||||
{%- else -%}
|
||||
disabled
|
||||
{%- endif -%}
|
||||
/>
|
||||
</div>
|
||||
<div class="col-xs-6">
|
||||
<span class="color-sample c-black selected"><i class="fa fa-square"></i></span>
|
||||
<span class="color-sample c-blue"><i class="fa fa-square"></i></span>
|
||||
<span class="color-sample c-purple"><i class="fa fa-square"></i></span>
|
||||
<span class="color-sample c-red"><i class="fa fa-square"></i></span>
|
||||
<span class="color-sample c-green"><i class="fa fa-square"></i></span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
<div class="form-group">
|
||||
|
@ -90,7 +100,9 @@
|
|||
</center>
|
||||
{% endif %}
|
||||
<div class="form-group">
|
||||
<div class="col-xs-11">
|
||||
<button type="submit" class="btn btn-default">Guardar</button>
|
||||
</div>
|
||||
</div>
|
||||
{% if meta.locked %}
|
||||
<fieldset disabled>
|
||||
|
|
|
@ -35,7 +35,7 @@
|
|||
{%- if ipmap[ip].dhcp_pool %} dhcp-pool{% endif -%}
|
||||
">
|
||||
<div style="display: inline-block; max-height: 52px;">
|
||||
<div class="name">
|
||||
<div class="name c-black">
|
||||
{% if ipmap[ip].dhcp_pool %}
|
||||
DHCP
|
||||
{% else %}
|
||||
|
|
36
users.dpto2
36
users.dpto2
|
@ -1,16 +1,28 @@
|
|||
# Sample users file, all hashes below are for the password "password"
|
||||
guest Cleartext-Password := "jpqfvxat"
|
||||
ateijelo NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C"
|
||||
apiad NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C" # created by ateijelo
|
||||
pepe NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C" # created by ateijelo
|
||||
yudy NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C" # created by ateijelo
|
||||
dvd NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C" # created by apiad
|
||||
coto NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C" # created by dvd
|
||||
amy NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C" # created by dvd
|
||||
lapepa NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C" # created by pepe
|
||||
Bolufe NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C" # created by apiad
|
||||
# created by ateijelo
|
||||
apiad NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C"
|
||||
# created by ateijelo
|
||||
pepe NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C"
|
||||
# created by ateijelo
|
||||
yudy NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C"
|
||||
# created by apiad
|
||||
dvd NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C"
|
||||
# created by dvd
|
||||
coto NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C"
|
||||
# created by dvd
|
||||
amy NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C"
|
||||
# created by pepe
|
||||
lapepa NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C"
|
||||
# created by apiad
|
||||
Bolufe NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C"
|
||||
hydn NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C"
|
||||
oscarluis NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C" # created by hydn
|
||||
luilver NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C" # created by pepe
|
||||
perico NT-Password := "70A3D0B8621E601DCCA59F8E23A11B75" # created by ateijelo
|
||||
qwer NT-Password := "E5810F3C99AE2ABB2232ED8458A61309" # created by ateijelo
|
||||
# created by hydn
|
||||
oscarluis NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C"
|
||||
# created by pepe
|
||||
luilver NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C"
|
||||
# created by ateijelo
|
||||
perico NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C"
|
||||
# created by ateijelo
|
||||
qwer NT-Password := "8846F7EAEE8FB117AD06BDD830B7586C"
|
||||
|
|
Loading…
Reference in a new issue