|
|
|
@ -421,7 +421,7 @@
@@ -421,7 +421,7 @@
|
|
|
|
|
</label> |
|
|
|
|
</div> |
|
|
|
|
<br/> |
|
|
|
|
<div class="form-group"> |
|
|
|
|
<div class="form-group" v-if="experimental.portalSwitcher"> |
|
|
|
|
<label> |
|
|
|
|
<input type="checkbox" class="form-control-checkbox" v-model="publicDB"> |
|
|
|
|
Bei Portalumstellungen auf Standard-DB wechseln? |
|
|
|
@ -442,7 +442,7 @@
@@ -442,7 +442,7 @@
|
|
|
|
|
</select> |
|
|
|
|
</div> |
|
|
|
|
<br/> |
|
|
|
|
<div class="form-group"> |
|
|
|
|
<div class="form-group" v-if="experimental.portalSwitcher"> |
|
|
|
|
<label>Portalnamen <a class="text-muted" href="https://settings.vemap.docker/?fetchPortals" target="_blank">(Import-String hier)</a></label> |
|
|
|
|
<input v-model="importStringForPortals" class="form-control"/> |
|
|
|
|
<a href="javascript:" @click="importPortalsJson" class="btn" v-if="this.importStringForPortals !== ''">Import</a> |
|
|
|
@ -553,7 +553,7 @@
@@ -553,7 +553,7 @@
|
|
|
|
|
|
|
|
|
|
<!-- Switcher Modal --> |
|
|
|
|
<div class="modal fade" id="switcherModal" tabindex="-1" role="dialog" aria-labelledby="switcherModalLabel" |
|
|
|
|
aria-hidden="true"> |
|
|
|
|
aria-hidden="true" v-if="experimental.portalSwitcher"> |
|
|
|
|
<div class="modal-dialog" role="document"> |
|
|
|
|
<div class="modal-content"> |
|
|
|
|
<div class="modal-header"> |
|
|
|
@ -628,7 +628,7 @@
@@ -628,7 +628,7 @@
|
|
|
|
|
<i class="fas fa-archive"></i> |
|
|
|
|
</a> |
|
|
|
|
</div> |
|
|
|
|
<div class="col"> |
|
|
|
|
<div class="col" v-if="experimental.portalSwitcher"> |
|
|
|
|
<a type="button" |
|
|
|
|
class="btn btn-warning text-light bottom-menu-item" |
|
|
|
|
data-toggle="modal" |
|
|
|
|