Browse Source

Design fix;

modals-to-spa
stingl 4 years ago
parent
commit
5ce9e2f3b3
  1. 2
      index.html

2
index.html

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