summaryrefslogtreecommitdiff
path: root/www/templates/login.html
diff options
context:
space:
mode:
Diffstat (limited to 'www/templates/login.html')
-rw-r--r--www/templates/login.html6
1 files changed, 3 insertions, 3 deletions
diff --git a/www/templates/login.html b/www/templates/login.html
index 4a87025e..d5537641 100644
--- a/www/templates/login.html
+++ b/www/templates/login.html
@@ -15,16 +15,16 @@
<input type="password" placeholder="Password" ng-model="loginData.password">
</label>
<label class="item item-input">
- <input autocapitalize="none" type="text" placeholder="ZM base URL " ng-model="loginData.url">
+ <input autocapitalize="none" type="text" placeholder="ZM portal URL " ng-model="loginData.url">
</label>
<label class="item item-input">
- <input autocapitalize="none" type="text" placeholder="ZM portal alias (if any) " ng-model="loginData.alias">
+ <input autocapitalize="none" type="text" placeholder="Base path to cgi-bin" ng-model="loginData.streamingurl">
</label>
<span style="color:rgb(100,100,100)"><br/><i class="ion-social-angular" style="font-size:150%"></i> ZoneMinder API</span>
<label class="item item-input">
- <input autocapitalize="none" type="text" placeholder="API base URL" ng-model="loginData.apiurl">
+ <input autocapitalize="none" type="text" placeholder="ZM Api URL" ng-model="loginData.apiurl">
</label>
</div>
<span style="color:rgb(100,100,100)"><i class="ion-android-settings" style="font-size:150%"></i> Developer Options</span>