diff options
| author | PliablePixels <pliablepixels@gmail.com> | 2015-06-26 20:25:01 -0400 |
|---|---|---|
| committer | PliablePixels <pliablepixels@gmail.com> | 2015-06-26 20:25:01 -0400 |
| commit | 2c837a6adbbdbb5f062e1ad86c98738084d31fb2 (patch) | |
| tree | 33e4c6292095ed61ba29791c15ab649f3b33699a /www/templates/help.html | |
| parent | 544413f2d6de83e085d4489a1b9ccbaac3fa192d (diff) | |
Added uglify/minify as part of build process (Note: console log is enabled - remember to disable it in release mode)
Diffstat (limited to 'www/templates/help.html')
| -rw-r--r-- | www/templates/help.html | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/www/templates/help.html b/www/templates/help.html index 011f577c..9a979d6b 100644 --- a/www/templates/help.html +++ b/www/templates/help.html @@ -8,13 +8,15 @@ <ion-content class="padding"> <div class="list"> + + <ion-item class="item-text-wrap"> <h2><b> What do I enter for ZM Portal URL, Base path to cgi-bin and ZM API URL?</b> </h2> <ul> - <li>ZM Portal URL: The URL using which you can access ZM (example http://myserver.ddns.net/zm)</li> - <li>CGI base path: The URL using which your cgi-bin directory is accessible (example http://myserver.ddns.net/). You don't have to enter cgi-bin explictly</li> - <li>API Url: The URL using which your API directory is accessible (example: http://myserver.ddns.net/zm/api)</li> + <li>- ZM Portal URL: The URL using which you can access ZM (example http://myserver.ddns.net/zm)</li> + <li>- CGI base path: The URL using which your cgi-bin directory is accessible (example http://myserver.ddns.net/). You don't have to enter cgi-bin explictly</li> + <li>- API Url: The URL using which your API directory is accessible (example: http://myserver.ddns.net/zm/api)</li> </ul> </ion-item> |
