diff options
Diffstat (limited to 'www/templates')
| -rw-r--r-- | www/templates/login.html | 10 |
1 files changed, 9 insertions, 1 deletions
diff --git a/www/templates/login.html b/www/templates/login.html index ab7891df..533f68f1 100644 --- a/www/templates/login.html +++ b/www/templates/login.html @@ -14,10 +14,18 @@ </ion-nav-buttons> <ion-content padding="true" > + + <div class="item item-input-inset"> + Server Name: + <label class="item-input-wrapper"> + <input type="text" placeholder="eg. My House" ng-model="loginData.serverName"> + </label> + </div> + <div class="list list-inset"> <span style="color:rgb(100,100,100)"> <i class="ion-android-home" style="font-size:150%"></i> - ZoneMinder Settings for {{$root.currentServerGroup}} + ZoneMinder Settings for {{loginData.serverName || "(unknown)"}} </span> <div class="item"> |
