update Mo 3. Feb 18:01:01 CET 2020
This commit is contained in:
parent
e8ff7c59e5
commit
b873330b14
@ -16,13 +16,14 @@ app_cfg.global = {
|
|||||||
ip_auth_range: ['::ffff:172.16.5.0/24', '::ffff:192.168.2.0/24'],
|
ip_auth_range: ['::ffff:172.16.5.0/24', '::ffff:192.168.2.0/24'],
|
||||||
saltRounds: 10,
|
saltRounds: 10,
|
||||||
sessionsecret: '0987654321abcdef#xyz',
|
sessionsecret: '0987654321abcdef#xyz',
|
||||||
app_id: process.pid,
|
app_id: process.pid
|
||||||
map_tile: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png'
|
|
||||||
};
|
};
|
||||||
|
|
||||||
app_cfg.dev = {
|
app_cfg.public = {
|
||||||
app_name: 'Wachalarm IP-Web',
|
app_name: 'Wachalarm IP-Web',
|
||||||
version: '1.2'
|
version: '1.2',
|
||||||
|
map_tile: 'https://{s}.tile.openstreetmap.org/{z}/{x}/{y}.png',
|
||||||
|
map_attribution: '© <a href="https://www.openstreetmap.org/copyright">OpenStreetMap</a> contributors'
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = app_cfg;
|
module.exports = app_cfg;
|
||||||
|
|||||||
@ -17,11 +17,11 @@
|
|||||||
li.list-group-item -Orststeil-
|
li.list-group-item -Orststeil-
|
||||||
li.list-group-item -Straße Hsnr-
|
li.list-group-item -Straße Hsnr-
|
||||||
li.list-group-item.text-warning -Besonderheiten-
|
li.list-group-item.text-warning -Besonderheiten-
|
||||||
.col-12.mt-2
|
.col-12
|
||||||
.card.bg-secondary
|
.card.border-dark.mt-2
|
||||||
.card-header
|
.card-header
|
||||||
h5.text-center.text-danger.font-weight-bold Alarmierte Einsatzmittel
|
h5.text-info CB FW Cottbus 1
|
||||||
.card-body.p-0
|
.card-body.p-1
|
||||||
div.d-flex.flex-wrap.justify-content-between.align-items-center
|
div.d-flex.flex-wrap.justify-content-between.align-items-center
|
||||||
div.flex-fill.rounded.bg-light.p-2.m-1
|
div.flex-fill.rounded.bg-light.p-2.m-1
|
||||||
div.d-flex.justify-content-between
|
div.d-flex.justify-content-between
|
||||||
@ -29,20 +29,34 @@
|
|||||||
div.p-2.badge.badge-success 2
|
div.p-2.badge.badge-success 2
|
||||||
div.flex-fill.rounded.bg-light.p-2.m-1
|
div.flex-fill.rounded.bg-light.p-2.m-1
|
||||||
div.d-flex.justify-content-between
|
div.d-flex.justify-content-between
|
||||||
div.pr-2 FL CB 12/00-00
|
div.pr-2 FL CB 01/00-00
|
||||||
div.p-2.badge.badge-warning 3
|
div.p-2.badge.badge-warning 3
|
||||||
div.flex-fill.rounded.bg-light.p-2.m-1
|
div.flex-fill.rounded.bg-light.p-2.m-1
|
||||||
div.d-flex.justify-content-between
|
div.d-flex.justify-content-between
|
||||||
div.pr-2 FL CB T-Dienst
|
div.pr-2 FL CB T-Dienst
|
||||||
div.p-2.badge.badge-danger 4
|
div.p-2.badge.badge-danger 4
|
||||||
|
.card.bg-secondary.mt-2
|
||||||
|
.card-header
|
||||||
|
h5.text-center CB FW Madlow
|
||||||
|
.card-body.p-1
|
||||||
|
div.d-flex.flex-wrap.justify-content-between.align-items-center
|
||||||
div.flex-fill.rounded.bg-light.p-2.m-1
|
div.flex-fill.rounded.bg-light.p-2.m-1
|
||||||
div.d-flex.justify-content-between
|
div.d-flex.justify-content-between
|
||||||
div.pr-2 KAT CB 00/00-00
|
div.pr-2 FL CB 12/00-00
|
||||||
div.p-2.badge.badge-success 2
|
div.p-2.badge.badge-success 2
|
||||||
div.flex-fill.rounded.bg-light.p-2.m-1
|
div.flex-fill.rounded.bg-light.p-2.m-1
|
||||||
div.d-flex.justify-content-between
|
div.d-flex.justify-content-between
|
||||||
div.pr-2 FL SPN 00/00-00
|
div.pr-2 FL SPN 00/00-00
|
||||||
div.p-2.badge.badge-info 1
|
div.p-2.badge.badge-info 1
|
||||||
|
.card.bg-secondary.mt-2
|
||||||
|
.card-header
|
||||||
|
h5.text-danger CB FW Cottbus 3
|
||||||
|
.card-body.p-1
|
||||||
|
div.d-flex.flex-wrap.justify-content-between.align-items-center
|
||||||
|
div.flex-fill.rounded.bg-light.p-2.m-1
|
||||||
|
div.d-flex.justify-content-between
|
||||||
|
div.pr-2 KAT CB 00/00-00
|
||||||
|
div.p-2.badge.badge-success 2
|
||||||
//table.table.table-striped
|
//table.table.table-striped
|
||||||
tbody
|
tbody
|
||||||
tr
|
tr
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user