Skip to content

Commit

Permalink
Minor fixed in wording in AdminUI application packaging view
Browse files Browse the repository at this point in the history
  • Loading branch information
otsakir committed Nov 7, 2014
1 parent 24cd312 commit 1b36ff5
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ <h4>External Services parameters and backend</h4>
<span class="help-block">{{option.description}}</span>
<span class="help-block">For multitenant applications a unique identifier and security token is used. This token is usually provided by the vendor of the application or can be automatically generated by you if the vendor permits it. You can create a new instanceToken by clicking generate. Make sure you keep it in a safe place. Losing this token effectively means you won't be able to access your backend data.</span>
<div ng-show="rappConfig.allowInstanceCreation">
<h5 style="margin-top:20px">Create new instance</h5>
<span ng-show="rappConfig.allowInstanceCreation" class="help-block">The can paste the following URL in your browser to create a new instance. First make sure you have correct values in <em>backendRootURL</em> and <em>instanceToken</em> parameters.</span>
<h5 style="margin-top:20px"><strong>Create new instance</strong></h5>
<span ng-show="rappConfig.allowInstanceCreation" class="help-block">Paste the following URL in your browser to create a new instance (make sure you have the correct values in <em>Backend Root URL</em> and <em>Instance Token</em> parameters first).</span>
<span ng-show="rappConfig.allowInstanceCreation" class="help-block">{{getOptionByName("backendRootURL",rappConfig.options).value}}/provisioning/spawnInstance.php?instanceToken={{getOptionByName("instanceToken",rappConfig.options).value}}</span>
</div>
<div>
<h5 style="margin-top:20px">Accessing instance backend</h5>
<span class="help-block">You can access the instance backend UI in the following address:</span>
<h5 style="margin-top:20px"><strong>Accessing instance backend</strong></h5>
<span class="help-block">You can access the instance backend UI in the following address (make sure you have the correct values in <em>Backend Root URL</em> and <em>Instance Token</em> parameters first): </span>
<a href='{{getOptionByName("backendRootURL",rappConfig.options).value}}/ui/index.php?instanceToken={{getOptionByName("instanceToken",rappConfig.options).value}}' target="_blank">{{getOptionByName("backendRootURL",rappConfig.options).value}}/ui/index.php?instanceToken={{getOptionByName("instanceToken",rappConfig.options).value}}</a>
</div>
<span class="help-block"></span>
Expand Down

0 comments on commit 1b36ff5

Please sign in to comment.