Lage-Dropdown: Nur aktive Live-Monitorings
Dieser Commit ist enthalten in:
@@ -117,7 +117,7 @@ const Globe = {
|
||||
.then(function(lagen) {
|
||||
var html = '<option value="">-- Lage waehlen --</option>';
|
||||
(lagen || []).forEach(function(l) {
|
||||
var typeLabel = l.type === 'research' ? '[R] ' : '[L] ';
|
||||
var typeLabel = '';
|
||||
html += '<option value="' + l.id + '">' + typeLabel + l.title + '</option>';
|
||||
});
|
||||
select.innerHTML = html;
|
||||
|
||||
In neuem Issue referenzieren
Einen Benutzer sperren