Browse Source

Move default-db-setting to modal;

modals-to-spa
stingl 4 years ago
parent
commit
1e3acfddb6
  1. 14
      index.html

14
index.html

@ -499,13 +499,6 @@ @@ -499,13 +499,6 @@
</label>
</div>
<br/>
<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?
</label>
</div>
<br/>
<div class="form-group">
<label>
<input type="checkbox" class="form-control-checkbox" v-model="fun">
@ -674,6 +667,13 @@ @@ -674,6 +667,13 @@
<select v-else v-model="portal" class="form-control">
<option v-for="selectablePortal in portals" :value="selectablePortal">{{ selectablePortal }}</option>
</select>
<br/>
<div class="form-group" v-if="experimental.portalSwitcher">
<label>
<input type="checkbox" class="form-control-checkbox" v-model="publicDB">
Auf Standard-DB wechseln?
</label>
</div>
</div>
</div>
<template v-if="portal && portal !== ''">