iobroker.alarm 3.6.3 → 3.6.4
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +2 -2
- package/admin/index_m.html +58 -58
- package/admin/style.css +155 -18
- package/io-package.json +14 -14
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -29,8 +29,8 @@
|
|
|
29
29
|
Placeholder for the next version (at the beginning of the line):
|
|
30
30
|
### **WORK IN PROGRESS**
|
|
31
31
|
-->
|
|
32
|
-
### 3.6.
|
|
33
|
-
* (
|
|
32
|
+
### 3.6.4 (2024-10-23)
|
|
33
|
+
* (simatec) fixed issue #256 responsive design
|
|
34
34
|
|
|
35
35
|
### 3.6.2 (2024-09-01)
|
|
36
36
|
* (misanorot) updated iob checker issues
|
package/admin/index_m.html
CHANGED
|
@@ -825,15 +825,15 @@
|
|
|
825
825
|
<div class="row">
|
|
826
826
|
<div class="col s12" id="tab-area">
|
|
827
827
|
<ul class="tabs blue lighten-4">
|
|
828
|
-
<li class="tab"><a href="#tab_settings" class="translate">general</a></li>
|
|
829
|
-
<li class="tab"><a href="#tab_notifications" class="translate">notifications</a></li>
|
|
830
|
-
<li class="tab"><a href="#tab_states" class="translate">states</a></li>
|
|
831
|
-
<li class="tab"><a href="#tab_sayit" class="translate">sayit</a></li>
|
|
832
|
-
<li class="tab"><a href="#tab_shortcuts" class="translate">shortcuts</a></li>
|
|
833
|
-
<li class="tab"><a href="#tab_words" class="translate">words</a></li>
|
|
834
|
-
<li class="tab"><a href="#tab_other_alarms" class="translate">other_alarms</a></li>
|
|
835
|
-
<li class="tab"><a href="#tab_zones" class="translate">zones</a></li>
|
|
836
|
-
<li class="tab"><a href="#tab_presence" class="translate">presence</a></li>
|
|
828
|
+
<li class="tab s2 m2 l2"><a href="#tab_settings" class="translate">general</a></li>
|
|
829
|
+
<li class="tab s2 m2 l2"><a href="#tab_notifications" class="translate">notifications</a></li>
|
|
830
|
+
<li class="tab s1 m1 l1"><a href="#tab_states" class="translate">states</a></li>
|
|
831
|
+
<li class="tab s1 m1 l1"><a href="#tab_sayit" class="translate">sayit</a></li>
|
|
832
|
+
<li class="tab s1 m1 l1"><a href="#tab_shortcuts" class="translate">shortcuts</a></li>
|
|
833
|
+
<li class="tab s1 m1 l1"><a href="#tab_words" class="translate">words</a></li>
|
|
834
|
+
<li class="tab s2 m2 l1"><a href="#tab_other_alarms" class="translate">other_alarms</a></li>
|
|
835
|
+
<li class="tab s1 m1 l2"><a href="#tab_zones" class="translate">zones</a></li>
|
|
836
|
+
<li class="tab s1 m1 l1"><a href="#tab_presence" class="translate">presence</a></li>
|
|
837
837
|
</ul>
|
|
838
838
|
</div>
|
|
839
839
|
<div id="tab_settings" class="col s12 page">
|
|
@@ -1145,25 +1145,25 @@
|
|
|
1145
1145
|
<table class="table-values">
|
|
1146
1146
|
<thead>
|
|
1147
1147
|
<tr>
|
|
1148
|
-
<th data-name="enabled" style="background: #174475; width: 50px" data-type="checkbox"
|
|
1148
|
+
<th data-name="enabled" data-title="active" style="background: #174475; width: 50px" data-type="checkbox"
|
|
1149
1149
|
class=" translate">active</th>
|
|
1150
|
-
<th data-name="name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1151
|
-
<th data-name="name_id" style="background: #174475" data-type="text" class=" translate">Object-ID
|
|
1150
|
+
<th data-name="name" data-title="Name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1151
|
+
<th data-name="name_id" data-title="Object-ID" style="background: #174475" data-type="text" class=" translate">Object-ID
|
|
1152
1152
|
</th>
|
|
1153
1153
|
<th data-buttons="edit" style="background: #174475; width: 40px" class=""></th>
|
|
1154
|
-
<th data-name="negativ" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1154
|
+
<th data-name="negativ" data-title="negativ" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1155
1155
|
class=" translate">negativ</th>
|
|
1156
|
-
<th data-name="alarm" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1156
|
+
<th data-name="alarm" data-title="alarm" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1157
1157
|
class=" translate">alarm</th>
|
|
1158
|
-
<th data-name="delay" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1158
|
+
<th data-name="delay" data-title="delay"style="background: #174475; width: 100px" data-type="checkbox"
|
|
1159
1159
|
class=" translate">delay</th>
|
|
1160
|
-
<th data-name="leave" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1160
|
+
<th data-name="leave" data-title="leave" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1161
1161
|
class=" translate">leave</th>
|
|
1162
|
-
<th data-name="warning" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1162
|
+
<th data-name="warning" data-title="inside" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1163
1163
|
class=" translate">inside</th>
|
|
1164
|
-
<th data-name="delay_inside" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1164
|
+
<th data-name="delay_inside" data-title="delay_inside" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1165
1165
|
class=" translate">delay_inside</th>
|
|
1166
|
-
<th data-name="night" style="background: #174475; width: 130px" data-type="checkbox"
|
|
1166
|
+
<th data-name="night" data-title="notification" style="background: #174475; width: 130px" data-type="checkbox"
|
|
1167
1167
|
class=" translate">notification</th>
|
|
1168
1168
|
<th data-buttons="delete" style="background: #174475; width: 40px" class=""></th>
|
|
1169
1169
|
</tr>
|
|
@@ -1205,12 +1205,12 @@
|
|
|
1205
1205
|
<table class="table-values">
|
|
1206
1206
|
<thead>
|
|
1207
1207
|
<tr>
|
|
1208
|
-
<th data-name="enabled" style="background: #174475; width: 50px" data-type="checkbox"
|
|
1208
|
+
<th data-name="enabled" data-title="active" style="background: #174475; width: 50px" data-type="checkbox"
|
|
1209
1209
|
class=" translate">active</th>
|
|
1210
|
-
<th data-name="name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1211
|
-
<th data-name="name_id" style="background: #174475" data-type="text" class=" translate">Object-ID
|
|
1210
|
+
<th data-name="name" data-title="Name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1211
|
+
<th data-name="name_id" data-title="Object-ID" style="background: #174475" data-type="text" class=" translate">Object-ID
|
|
1212
1212
|
</th>
|
|
1213
|
-
<th data-name="speech_delay" style="background: #174475" data-type="number" class=" translate">
|
|
1213
|
+
<th data-name="speech_delay" data-title="speech_delay" style="background: #174475" data-type="number" class=" translate">
|
|
1214
1214
|
speech_delay</th>
|
|
1215
1215
|
<th data-buttons="edit" style="background: #174475; width: 40px" class=""></th>
|
|
1216
1216
|
<th data-name="opt_say_one" style="background: #174475; width: 40px" data-type="checkbox" class="">1
|
|
@@ -1379,19 +1379,19 @@
|
|
|
1379
1379
|
<table class="table-values">
|
|
1380
1380
|
<thead>
|
|
1381
1381
|
<tr>
|
|
1382
|
-
<th data-name="enabled" style="background: #174475; width: 50px" data-type="checkbox"
|
|
1382
|
+
<th data-name="enabled" data-title="active" style="background: #174475; width: 50px" data-type="checkbox"
|
|
1383
1383
|
class=" translate">active</th>
|
|
1384
|
-
<th data-name="select_id" style="background: #174475" data-type="select"
|
|
1384
|
+
<th data-name="select_id" data-title="Name" style="background: #174475" data-type="select"
|
|
1385
1385
|
data-options="status.state_list;status.activated;status.gets_activated;status.deactivated;status.burglar_alarm;status.silent_alarm;status.siren;status.activation_failed;status.sleep;status.activated_with_warnings;status.enableable;status.sharp_inside_activated;status.siren_inside;info.notification_circuit_changes;status.alarm_flash;status.silent_flash;other_alarms.one_changes;other_alarms.two_changes"
|
|
1386
1386
|
class=" translate">Name</th>
|
|
1387
|
-
<th data-name="trigger_val" style="background: #174475" data-type="select"
|
|
1387
|
+
<th data-name="trigger_val" data-title="Trigger" style="background: #174475" data-type="select"
|
|
1388
1388
|
data-options=" ;true;false;deactivated;sharp;sharp_inside;burglary;night_rest;gets_activated;activation_failed;activation_aborted;silent_alarm"
|
|
1389
1389
|
class=" translate">Trigger</th>
|
|
1390
|
-
<th data-name="name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1391
|
-
<th data-name="name_id" style="background: #174475" data-type="text" class=" translate">Object-ID
|
|
1390
|
+
<th data-name="name" data-title="Name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1391
|
+
<th data-name="name_id" data-title="Object-ID" style="background: #174475" data-type="text" class=" translate">Object-ID
|
|
1392
1392
|
</th>
|
|
1393
1393
|
<th data-buttons="edit" style="background: #174475; width: 40px" class=" translate"></th>
|
|
1394
|
-
<th data-name="value" style="background: #174475" class=" translate">values</th>
|
|
1394
|
+
<th data-name="value" data-title="values" style="background: #174475" class=" translate">values</th>
|
|
1395
1395
|
<th data-buttons="delete" style="background: #174475; width: 40px" class=" translate"></th>
|
|
1396
1396
|
</tr>
|
|
1397
1397
|
</thead>
|
|
@@ -1416,16 +1416,16 @@
|
|
|
1416
1416
|
<table class="table-values">
|
|
1417
1417
|
<thead>
|
|
1418
1418
|
<tr>
|
|
1419
|
-
<th data-name="enabled" style="width: 50px; background: #174475" data-type="checkbox"
|
|
1419
|
+
<th data-name="enabled" data-title="active" style="width: 50px; background: #174475" data-type="checkbox"
|
|
1420
1420
|
class=" translate">active</th>
|
|
1421
|
-
<th data-name="name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1422
|
-
<th data-name="name_id" style="background: #174475" data-type="text" class=" translate">Object-ID
|
|
1421
|
+
<th data-name="name" data-title="Name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1422
|
+
<th data-name="name_id" data-title="Object-ID" style="background: #174475" data-type="text" class=" translate">Object-ID
|
|
1423
1423
|
</th>
|
|
1424
1424
|
<th data-buttons="edit" style="width: 40px; background: #174475" class=" translate"></th>
|
|
1425
|
-
<th data-name="trigger_val" style="width: 80px; background: #174475" data-type="select"
|
|
1425
|
+
<th data-name="trigger_val" data-title="Trigger" style="width: 80px; background: #174475" data-type="select"
|
|
1426
1426
|
data-options="any;ne" class=" translate">Trigger</th>
|
|
1427
|
-
<th data-name="value" style="background: #174475" class=" translate">trigger_values</th>
|
|
1428
|
-
<th data-name="select_id" style="background: #174475" data-type="select"
|
|
1427
|
+
<th data-name="value" data-title="trigger_values" style="background: #174475" class=" translate">trigger_values</th>
|
|
1428
|
+
<th data-name="select_id" data-title="Name" style="background: #174475" data-type="select"
|
|
1429
1429
|
data-options="use.activate_nightrest;use.activate_sharp_inside;use.disable;use.enable;use.enable_with_delay;use.panic;use.quit_changes"
|
|
1430
1430
|
class=" translate">Name</th>
|
|
1431
1431
|
<th data-buttons="delete" style="width: 40px; background: #174475" class=" translate"></th>
|
|
@@ -1575,13 +1575,13 @@
|
|
|
1575
1575
|
<table class="table-values">
|
|
1576
1576
|
<thead>
|
|
1577
1577
|
<tr>
|
|
1578
|
-
<th data-name="enabled" style="width: 50px; background: #174475" data-type="checkbox"
|
|
1578
|
+
<th data-name="enabled" data-title="active" style="width: 50px; background: #174475" data-type="checkbox"
|
|
1579
1579
|
class=" translate">active</th>
|
|
1580
|
-
<th data-name="name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1581
|
-
<th data-name="name_id" style="background: #174475" data-type="text" class=" translate">
|
|
1580
|
+
<th data-name="name" data-title="Name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1581
|
+
<th data-name="name_id" data-title="Object-ID" style="background: #174475" data-type="text" class=" translate">
|
|
1582
1582
|
Object-ID
|
|
1583
1583
|
</th>
|
|
1584
|
-
<th data-name="negativ" style="width: 100px; background: #174475" data-type="checkbox"
|
|
1584
|
+
<th data-name="negativ" data-title="negativ" style="width: 100px; background: #174475" data-type="checkbox"
|
|
1585
1585
|
class=" translate">negativ</th>
|
|
1586
1586
|
<th data-buttons="edit" style="width: 40px; background: #174475" class=" translate"></th>
|
|
1587
1587
|
<th data-buttons="delete" style="width: 40px; background: #174475" class=" translate"></th>
|
|
@@ -1611,13 +1611,13 @@
|
|
|
1611
1611
|
<table class="table-values">
|
|
1612
1612
|
<thead>
|
|
1613
1613
|
<tr>
|
|
1614
|
-
<th data-name="enabled" style="background: #174475; width: 50px" data-type="checkbox"
|
|
1614
|
+
<th data-name="enabled" data-title="active" style="background: #174475; width: 50px" data-type="checkbox"
|
|
1615
1615
|
class=" translate">active</th>
|
|
1616
|
-
<th data-name="name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1617
|
-
<th data-name="name_id" style="background: #174475" data-type="text" class=" translate">
|
|
1616
|
+
<th data-name="name" data-title="Name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1617
|
+
<th data-name="name_id" data-title="Object-ID" style="background: #174475" data-type="text" class=" translate">
|
|
1618
1618
|
Object-ID
|
|
1619
1619
|
</th>
|
|
1620
|
-
<th data-name="negativ" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1620
|
+
<th data-name="negativ" data-title="negativ" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1621
1621
|
class=" translate">negativ</th>
|
|
1622
1622
|
<th data-buttons="edit" style="background: #174475; width: 40px" class=" translate"></th>
|
|
1623
1623
|
<th data-buttons="delete" style="background: #174475; width: 40px" class=" translate"></th>
|
|
@@ -1647,13 +1647,13 @@
|
|
|
1647
1647
|
<table class="table-values">
|
|
1648
1648
|
<thead>
|
|
1649
1649
|
<tr>
|
|
1650
|
-
<th data-name="enabled" style="background: #174475; width: 50px" data-type="checkbox"
|
|
1650
|
+
<th data-name="enabled" data-title="active" style="background: #174475; width: 50px" data-type="checkbox"
|
|
1651
1651
|
class=" translate">active</th>
|
|
1652
|
-
<th data-name="name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1653
|
-
<th data-name="name_id" style="background: #174475" data-type="text" class=" translate">Object-ID
|
|
1652
|
+
<th data-name="name" data-title="Name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1653
|
+
<th data-name="name_id" data-title="Object-ID" style="background: #174475" data-type="text" class=" translate">Object-ID
|
|
1654
1654
|
</th>
|
|
1655
1655
|
<th data-buttons="edit" style="background: #174475; width: 40px" class=""></th>
|
|
1656
|
-
<th data-name="negativ" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1656
|
+
<th data-name="negativ" data-title="negativ" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1657
1657
|
class=" translate">negativ</th>
|
|
1658
1658
|
<th data-buttons="delete" style="background: #174475; width: 40px" class=""></th>
|
|
1659
1659
|
</tr>
|
|
@@ -1678,13 +1678,13 @@
|
|
|
1678
1678
|
<table class="table-values">
|
|
1679
1679
|
<thead>
|
|
1680
1680
|
<tr>
|
|
1681
|
-
<th data-name="enabled" style="background: #174475; width: 50px" data-type="checkbox"
|
|
1681
|
+
<th data-name="enabled" data-title="active" style="background: #174475; width: 50px" data-type="checkbox"
|
|
1682
1682
|
class=" translate">active</th>
|
|
1683
|
-
<th data-name="name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1684
|
-
<th data-name="name_id" style="background: #174475" data-type="text" class=" translate">Object-ID
|
|
1683
|
+
<th data-name="name" data-title="Name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1684
|
+
<th data-name="name_id" data-title="Object-ID" style="background: #174475" data-type="text" class=" translate">Object-ID
|
|
1685
1685
|
</th>
|
|
1686
1686
|
<th data-buttons="edit" style="background: #174475; width: 40px" class=""></th>
|
|
1687
|
-
<th data-name="negativ" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1687
|
+
<th data-name="negativ" data-title="negativ" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1688
1688
|
class=" translate">negativ</th>
|
|
1689
1689
|
<th data-buttons="delete" style="background: #174475; width: 40px" class=""></th>
|
|
1690
1690
|
</tr>
|
|
@@ -1709,13 +1709,13 @@
|
|
|
1709
1709
|
<table class="table-values">
|
|
1710
1710
|
<thead>
|
|
1711
1711
|
<tr>
|
|
1712
|
-
<th data-name="enabled" style="background: #174475; width: 50px" data-type="checkbox"
|
|
1712
|
+
<th data-name="enabled" data-title="active" style="background: #174475; width: 50px" data-type="checkbox"
|
|
1713
1713
|
class=" translate">active</th>
|
|
1714
|
-
<th data-name="name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1715
|
-
<th data-name="name_id" style="background: #174475" data-type="text" class=" translate">Object-ID
|
|
1714
|
+
<th data-name="name" data-title="Name" style="background: #174475" data-type="text" class=" translate">Name</th>
|
|
1715
|
+
<th data-name="name_id" data-title="Object-ID" style="background: #174475" data-type="text" class=" translate">Object-ID
|
|
1716
1716
|
</th>
|
|
1717
1717
|
<th data-buttons="edit" style="background: #174475; width: 40px" class=""></th>
|
|
1718
|
-
<th data-name="negativ" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1718
|
+
<th data-name="negativ" data-title="negativ" style="background: #174475; width: 100px" data-type="checkbox"
|
|
1719
1719
|
class=" translate">negativ</th>
|
|
1720
1720
|
<th data-buttons="delete" style="background: #174475; width: 40px" class=""></th>
|
|
1721
1721
|
</tr>
|
|
@@ -1755,10 +1755,10 @@
|
|
|
1755
1755
|
<table class="table-values">
|
|
1756
1756
|
<thead>
|
|
1757
1757
|
<tr>
|
|
1758
|
-
<th data-name="enabled" style="width: 50px; background: #174475" data-type="checkbox"
|
|
1758
|
+
<th data-name="enabled" data-title="active" style="width: 50px; background: #174475" data-type="checkbox"
|
|
1759
1759
|
class="translate">active</th>
|
|
1760
|
-
<th data-name="name" data-type="text" style="background: #174475" class="translate">Name</th>
|
|
1761
|
-
<th data-name="name_id" data-type="text" style="background: #174475" class="translate">Object-ID
|
|
1760
|
+
<th data-name="name" data-title="Name" data-type="text" style="background: #174475" class="translate">Name</th>
|
|
1761
|
+
<th data-name="name_id" data-title="Object-ID" data-type="text" style="background: #174475" class="translate">Object-ID
|
|
1762
1762
|
</th>
|
|
1763
1763
|
<th data-buttons="edit2" style="width: 150px; background: #174475; height: 40px"
|
|
1764
1764
|
data-style="width: 150px; text-align: left"></th>
|
package/admin/style.css
CHANGED
|
@@ -2,6 +2,7 @@
|
|
|
2
2
|
* {
|
|
3
3
|
box-sizing: border-box
|
|
4
4
|
}
|
|
5
|
+
|
|
5
6
|
.m {
|
|
6
7
|
/* Don't cut off dropdowns!
|
|
7
8
|
overflow: initial;*/
|
|
@@ -10,31 +11,94 @@
|
|
|
10
11
|
|
|
11
12
|
/* Add your styles here */
|
|
12
13
|
/* Header section*/
|
|
13
|
-
#header-area {
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
14
|
+
#header-area {
|
|
15
|
+
margin-top: 2px;
|
|
16
|
+
margin-bottom: 1px;
|
|
17
|
+
background-color: #174475;
|
|
18
|
+
}
|
|
19
|
+
|
|
20
|
+
#header-area #header-logo-title .logo {
|
|
21
|
+
float: left;
|
|
22
|
+
margin-right: 10px;
|
|
23
|
+
}
|
|
24
|
+
|
|
25
|
+
#header-area #header-logo-title p {
|
|
26
|
+
line-height: normal !important;
|
|
27
|
+
margin: 0 !important;
|
|
28
|
+
padding: 8px 0 0 8px;
|
|
29
|
+
}
|
|
30
|
+
|
|
31
|
+
#header-area #header-logo-title p>span.h-title {
|
|
32
|
+
font-size: 2em !important;
|
|
33
|
+
color: white;
|
|
34
|
+
}
|
|
35
|
+
|
|
36
|
+
#header-area #header-logo-title p>span.h-sub-title {
|
|
37
|
+
font-size: 1.1em !important;
|
|
38
|
+
color: white;
|
|
39
|
+
font-style: italic;
|
|
40
|
+
}
|
|
18
41
|
|
|
19
42
|
/* Tabs menu */
|
|
20
|
-
.m .tabs .tab a {
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
.m .
|
|
26
|
-
|
|
43
|
+
.m .tabs .tab a {
|
|
44
|
+
color: rgba(13, 134, 231, 0.7);
|
|
45
|
+
}
|
|
46
|
+
|
|
47
|
+
/* Color */
|
|
48
|
+
.m .tabs .tab a {
|
|
49
|
+
padding: 0 5px;
|
|
50
|
+
}
|
|
51
|
+
|
|
52
|
+
/* space of x px at beginning and end of text */
|
|
53
|
+
.m .tabs .active {
|
|
54
|
+
border-bottom: 2px solid #0d47a1;
|
|
55
|
+
font-weight: bold;
|
|
56
|
+
}
|
|
57
|
+
|
|
58
|
+
.m .tabs .tab a.active,
|
|
59
|
+
.m .tabs .tab a:hover {
|
|
60
|
+
color: #0d47a1;
|
|
61
|
+
}
|
|
62
|
+
|
|
63
|
+
.m .tabs .tab a:hover {
|
|
64
|
+
border-bottom: 2px solid #46a0e9 !important;
|
|
65
|
+
}
|
|
66
|
+
|
|
67
|
+
.m .row .col.m1 {
|
|
68
|
+
width: 14%;
|
|
69
|
+
}
|
|
70
|
+
|
|
71
|
+
#tab-area {
|
|
72
|
+
padding-left: 0;
|
|
73
|
+
padding-right: 0;
|
|
74
|
+
margin-top: 0px;
|
|
75
|
+
margin-bottom: 1px;
|
|
76
|
+
background-color: #174475;
|
|
77
|
+
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2)
|
|
78
|
+
}
|
|
27
79
|
|
|
28
80
|
/* Tabs menu react-dark */
|
|
29
|
-
.m.react-dark .tabs .tab a.active,
|
|
30
|
-
.m
|
|
81
|
+
.m.react-dark .tabs .tab a.active,
|
|
82
|
+
.m .tabs .tab a:hover {
|
|
83
|
+
color: #2196f3;
|
|
84
|
+
}
|
|
85
|
+
|
|
86
|
+
.m.react-dark .tabs {
|
|
87
|
+
background-color: #272727 !important;
|
|
88
|
+
}
|
|
31
89
|
|
|
32
90
|
/* Tabs menu react-blue */
|
|
33
|
-
.m.react-blue .tabs .tab a.active,
|
|
34
|
-
.m
|
|
91
|
+
.m.react-blue .tabs .tab a.active,
|
|
92
|
+
.m .tabs .tab a:hover {
|
|
93
|
+
color: #2196f3;
|
|
94
|
+
}
|
|
95
|
+
|
|
96
|
+
.m.react-blue .tabs {
|
|
97
|
+
background-color: #272727 !important;
|
|
98
|
+
}
|
|
35
99
|
|
|
36
100
|
|
|
37
|
-
.m .col .select-wrapper
|
|
101
|
+
.m .col .select-wrapper+label {
|
|
38
102
|
top: -26px;
|
|
39
103
|
}
|
|
40
104
|
|
|
@@ -46,8 +110,67 @@
|
|
|
46
110
|
height: 48px;
|
|
47
111
|
}
|
|
48
112
|
|
|
113
|
+
.m .tabs {
|
|
114
|
+
display: flex;
|
|
115
|
+
flex-wrap: wrap;
|
|
116
|
+
justify-content: space-between;
|
|
117
|
+
padding: 0;
|
|
118
|
+
}
|
|
119
|
+
|
|
120
|
+
.m .tabs li {
|
|
121
|
+
list-style: none;
|
|
122
|
+
margin: 5px;
|
|
123
|
+
width: auto;
|
|
124
|
+
}
|
|
125
|
+
|
|
126
|
+
.m .tabs li a {
|
|
127
|
+
padding: 10px 20px;
|
|
128
|
+
display: block;
|
|
129
|
+
text-align: center;
|
|
130
|
+
}
|
|
131
|
+
|
|
49
132
|
.m .page {
|
|
50
133
|
height: calc(100% - 160px);
|
|
134
|
+
overflow-x: hidden;
|
|
135
|
+
margin-top: 1rem;
|
|
136
|
+
}
|
|
137
|
+
|
|
138
|
+
.m [type=checkbox]+span:not(.lever) {
|
|
139
|
+
height: auto;
|
|
140
|
+
}
|
|
141
|
+
|
|
142
|
+
@media screen and (max-width: 1110px) {
|
|
143
|
+
.m .tabs {
|
|
144
|
+
justify-content: space-between;
|
|
145
|
+
height: 96;
|
|
146
|
+
}
|
|
147
|
+
|
|
148
|
+
.m .tabs {
|
|
149
|
+
flex: 1 1 calc(50% - 10px);
|
|
150
|
+
}
|
|
151
|
+
|
|
152
|
+
.m .page {
|
|
153
|
+
height: calc(100% - 185px);
|
|
154
|
+
}
|
|
155
|
+
}
|
|
156
|
+
|
|
157
|
+
@media screen and (max-width: 600px) {
|
|
158
|
+
.m .page {
|
|
159
|
+
height: calc(100% - 95px);
|
|
160
|
+
}
|
|
161
|
+
|
|
162
|
+
.m .table-values td,
|
|
163
|
+
.m .table-values th {
|
|
164
|
+
padding: 15px 5px;
|
|
165
|
+
}
|
|
166
|
+
|
|
167
|
+
.m .modal {
|
|
168
|
+
width: 98%;
|
|
169
|
+
}
|
|
170
|
+
|
|
171
|
+
.m .dropdown-menu {
|
|
172
|
+
position: fixed;
|
|
173
|
+
}
|
|
51
174
|
}
|
|
52
175
|
|
|
53
176
|
#dialog-command {
|
|
@@ -118,6 +241,7 @@
|
|
|
118
241
|
margin-top: -25px;
|
|
119
242
|
height: auto !important;
|
|
120
243
|
}
|
|
244
|
+
|
|
121
245
|
#dialog-presence-edit .titlePopUp {
|
|
122
246
|
width: 100% !important;
|
|
123
247
|
background: #174475;
|
|
@@ -127,9 +251,10 @@
|
|
|
127
251
|
|
|
128
252
|
#dialog-presence-edit .page {
|
|
129
253
|
width: calc(100% - 10px) !important;
|
|
130
|
-
padding-left:20;
|
|
254
|
+
padding-left: 20;
|
|
131
255
|
height: calc(100% - 100px);
|
|
132
256
|
}
|
|
257
|
+
|
|
133
258
|
/*
|
|
134
259
|
#dialog-presence-edit .btn {
|
|
135
260
|
margin-right: 1.5rem;
|
|
@@ -140,6 +265,7 @@
|
|
|
140
265
|
visibility: hidden !important;
|
|
141
266
|
display: none !important;
|
|
142
267
|
}
|
|
268
|
+
|
|
143
269
|
/* hidden table column */
|
|
144
270
|
#presence th:nth-of-type(n+6) {
|
|
145
271
|
visibility: hidden !important;
|
|
@@ -167,13 +293,24 @@
|
|
|
167
293
|
overflow: visible !important;
|
|
168
294
|
top: 10px !important;
|
|
169
295
|
}
|
|
296
|
+
|
|
170
297
|
.m .collapsible-header {
|
|
171
298
|
padding: 0.5rem;
|
|
172
299
|
}
|
|
300
|
+
|
|
173
301
|
.trigger-add {
|
|
174
302
|
margin-top: 1.3rem;
|
|
175
303
|
margin-left: -0.5rem;
|
|
176
304
|
}
|
|
305
|
+
|
|
177
306
|
.m .modal .modal-footer {
|
|
178
307
|
padding-right: 2rem;
|
|
308
|
+
}
|
|
309
|
+
|
|
310
|
+
body {
|
|
311
|
+
overflow: hidden;
|
|
312
|
+
}
|
|
313
|
+
|
|
314
|
+
.adapter-body {
|
|
315
|
+
overflow: hidden;
|
|
179
316
|
}
|
package/io-package.json
CHANGED
|
@@ -1,8 +1,21 @@
|
|
|
1
1
|
{
|
|
2
2
|
"common": {
|
|
3
3
|
"name": "alarm",
|
|
4
|
-
"version": "3.6.
|
|
4
|
+
"version": "3.6.4",
|
|
5
5
|
"news": {
|
|
6
|
+
"3.6.4": {
|
|
7
|
+
"en": "fixed issue #256 responsive design",
|
|
8
|
+
"de": "fixe ausgabe #256 responsive design",
|
|
9
|
+
"ru": "фиксированный выпуск #256 отзывчивый дизайн",
|
|
10
|
+
"pt": "problema fixo #256 design responsivo",
|
|
11
|
+
"nl": "vast probleem #256 responsief ontwerp",
|
|
12
|
+
"fr": "problème fixe n°256",
|
|
13
|
+
"it": "problema fisso #256 responsive design",
|
|
14
|
+
"es": "edición fija #256 diseño sensible",
|
|
15
|
+
"pl": "stałe wydanie # 256 reagujący projekt",
|
|
16
|
+
"uk": "виправлено проблему #256 адаптивний дизайн",
|
|
17
|
+
"zh-cn": "256号响应设计"
|
|
18
|
+
},
|
|
6
19
|
"3.6.3": {
|
|
7
20
|
"en": "fixed issue #256 responsive design",
|
|
8
21
|
"de": "fixe ausgabe #256 responsive design",
|
|
@@ -80,19 +93,6 @@
|
|
|
80
93
|
"pl": "dodał cichą listę (listę stanową) do skrótów",
|
|
81
94
|
"uk": "додано безшумний_алматичний список (державний список) для ярликів",
|
|
82
95
|
"zh-cn": "补充沉默:沉默(国家名单)"
|
|
83
|
-
},
|
|
84
|
-
"3.4.2": {
|
|
85
|
-
"en": "added enhancement #170",
|
|
86
|
-
"de": "erweiterung #170",
|
|
87
|
-
"ru": "добавлено улучшение #170",
|
|
88
|
-
"pt": "melhoria adicionada #170",
|
|
89
|
-
"nl": "verbetering #170",
|
|
90
|
-
"fr": "amélioration ajoutée #170",
|
|
91
|
-
"it": "aggiunto miglioramento #170",
|
|
92
|
-
"es": "mejora agregada #170",
|
|
93
|
-
"pl": "dodał także poprawkę #170",
|
|
94
|
-
"uk": "додано підвищення #170",
|
|
95
|
-
"zh-cn": "增援行动170"
|
|
96
96
|
}
|
|
97
97
|
},
|
|
98
98
|
"titleLang": {
|