update So 5. Jul 21:31:01 CEST 2020
This commit is contained in:
parent
a432be3674
commit
c6c56b0915
@ -387,14 +387,19 @@ socket.on('io.Einsatz', function (data) {
|
|||||||
//table_em.rows[wache_zeile].cells[1].appendChild(newText2);
|
//table_em.rows[wache_zeile].cells[1].appendChild(newText2);
|
||||||
//table_em.rows[wache_zeile].cells[1].setAttribute('pr-2');
|
//table_em.rows[wache_zeile].cells[1].setAttribute('pr-2');
|
||||||
} else {
|
} else {
|
||||||
var tableRef = document.getElementById('table_einsatzmittel').getElementsByTagName('tbody')[0];
|
//var tableRef = document.getElementById('table_einsatzmittel').getElementsByTagName('tbody')[0];
|
||||||
var newRow = tableRef.insertRow();
|
//var newRow = tableRef.insertRow();
|
||||||
var newCell = newRow.insertCell(0);
|
//var newCell = newRow.insertCell(0);
|
||||||
var newText = document.createTextNode(data.einsatzmittel[i].wachenname);
|
//var newText = document.createTextNode(data.einsatzmittel[i].wachenname);
|
||||||
//newCell.outerHTML = "<th></th>";
|
//newCell.outerHTML = "<th></th>";
|
||||||
newCell.appendChild(newText);
|
//newCell.appendChild(newText);
|
||||||
|
|
||||||
|
|
||||||
|
var tr = document.getElementById('tatable_einsatzmittelble').tHead.children[0],
|
||||||
|
th = document.createElement('th');
|
||||||
|
th.innerHTML = data.einsatzmittel[i].wachenname;
|
||||||
|
tr.appendChild(th);
|
||||||
|
|
||||||
|
|
||||||
var flex_div = document.createElement('div');
|
var flex_div = document.createElement('div');
|
||||||
flex_div.className = 'd-flex flex-wrap justify-content-between align-items-center';
|
flex_div.className = 'd-flex flex-wrap justify-content-between align-items-center';
|
||||||
|
|||||||
@ -10,8 +10,7 @@ header
|
|||||||
a.text-nowrap.nav-link.ion-md-home(href='/') Startseite
|
a.text-nowrap.nav-link.ion-md-home(href='/') Startseite
|
||||||
li.nav-item(class=(title == 'Alarmmonitor') ? 'active' : null)
|
li.nav-item(class=(title == 'Alarmmonitor') ? 'active' : null)
|
||||||
a.text-nowrap.nav-link.ion-md-desktop(href='/waip') Alarmmonitor
|
a.text-nowrap.nav-link.ion-md-desktop(href='/waip') Alarmmonitor
|
||||||
// TODO Dashboard wieder aktivieren
|
li.nav-item(class=(title == 'Dashboard') ? 'active' : null)
|
||||||
//li.nav-item(class=(title == 'Dashboard') ? 'active' : null)
|
|
||||||
a.text-nowrap.nav-link.ion-md-clipboard(href='/dbrd') Dashboard
|
a.text-nowrap.nav-link.ion-md-clipboard(href='/dbrd') Dashboard
|
||||||
ul.navbar-nav.ml-auto
|
ul.navbar-nav.ml-auto
|
||||||
li.text-nowrap.nav-item.dropdown
|
li.text-nowrap.nav-item.dropdown
|
||||||
|
|||||||
@ -53,13 +53,16 @@ style(type='text/css').
|
|||||||
.vis-custom-time-marker {
|
.vis-custom-time-marker {
|
||||||
right: 2px;
|
right: 2px;
|
||||||
}
|
}
|
||||||
|
.vis-rolling-mode-btn:before {
|
||||||
|
content: "\2B8C";
|
||||||
|
}
|
||||||
.row
|
.row
|
||||||
.col-12.d-flex.justify-content-between.flex-wrap
|
.col-12.d-flex.justify-content-between.flex-wrap
|
||||||
.d-flex.justify-content-start
|
.d-flex.justify-content-start
|
||||||
.text-muted Alarmierung:
|
.text-muted Alarmierung:
|
||||||
#einsatz_datum.text-muted.text-right 2345
|
#einsatz_datum.text-muted.text-right 2345
|
||||||
.d-flex.justify-content-end
|
.d-flex.justify-content-end
|
||||||
#dbrd_id.text-muted 2341234345453
|
#dbrd_id.text-secondary 2341234345453
|
||||||
|
|
||||||
.row
|
.row
|
||||||
//.col-12.text-center.p-3
|
//.col-12.text-center.p-3
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user