|
|
@ -16,10 +16,6 @@
|
|
|
|
under the License.
|
|
|
|
under the License.
|
|
|
|
}}
|
|
|
|
}}
|
|
|
|
|
|
|
|
|
|
|
|
{{#zone "topCss"}}
|
|
|
|
|
|
|
|
{{css "css/platform-configuration.css"}}
|
|
|
|
|
|
|
|
{{/zone}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{#zone "content"}}
|
|
|
|
{{#zone "content"}}
|
|
|
|
{{#if isAuthorized}}
|
|
|
|
{{#if isAuthorized}}
|
|
|
|
<div class="row">
|
|
|
|
<div class="row">
|
|
|
@ -32,21 +28,15 @@
|
|
|
|
Platform Configurations
|
|
|
|
Platform Configurations
|
|
|
|
</h1>
|
|
|
|
</h1>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
{{#if isCloud}}
|
|
|
|
|
|
|
|
iOS Mobile Management Specific Server Settings for the Tenant
|
|
|
|
|
|
|
|
{{else}}
|
|
|
|
|
|
|
|
General and Platform Specific Server Settings for the Tenant
|
|
|
|
General and Platform Specific Server Settings for the Tenant
|
|
|
|
{{/if}}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
|
|
|
|
<div class="wr-advance-operations">
|
|
|
|
<div class="wr-advance-operations">
|
|
|
|
<div class="row">
|
|
|
|
<div class="row">
|
|
|
|
<div class="wr-hidden-operations-nav col-lg-4">
|
|
|
|
<div class="wr-hidden-operations-nav col-lg-4">
|
|
|
|
|
|
|
|
<a id="generalConfigLink" href="javascript:void(0)"
|
|
|
|
{{#unless isCloud}}
|
|
|
|
onclick="showAdvanceOperation('general', this)" class="selected">
|
|
|
|
<a id="generalConfigLink" href="javascript:void(0)" onclick="showAdvanceOperation('general', this)" class="selected">
|
|
|
|
|
|
|
|
<span class="wr-hidden-operations-icon fw-stack">
|
|
|
|
<span class="wr-hidden-operations-icon fw-stack">
|
|
|
|
<i class="fw fw-settings fw-stack-2x"></i>
|
|
|
|
<i class="fw fw-settings fw-stack-2x"></i>
|
|
|
|
<span class="fw-stack fw-move-right fw-move-bottom">
|
|
|
|
<span class="fw-stack fw-move-right fw-move-bottom">
|
|
|
@ -57,12 +47,9 @@
|
|
|
|
</span>
|
|
|
|
</span>
|
|
|
|
General Configurations
|
|
|
|
General Configurations
|
|
|
|
</a>
|
|
|
|
</a>
|
|
|
|
{{/unless}}
|
|
|
|
|
|
|
|
{{#each deviceTypes}}
|
|
|
|
{{#each deviceTypes}}
|
|
|
|
<a id="{{name}}ConfigLink" href="javascript:void(0)" onclick="showAdvanceOperation('{{name}}', this)"
|
|
|
|
<a id="{{name}}ConfigLink" href="javascript:void(0)"
|
|
|
|
{{#if isCloud}}
|
|
|
|
onclick="showAdvanceOperation('{{name}}', this)">
|
|
|
|
class="selected"
|
|
|
|
|
|
|
|
{{/if}} >
|
|
|
|
|
|
|
|
<span class="wr-hidden-operations-icon fw-stack">
|
|
|
|
<span class="wr-hidden-operations-icon fw-stack">
|
|
|
|
<i class="fw fw-settings fw-stack-2x"></i>
|
|
|
|
<i class="fw fw-settings fw-stack-2x"></i>
|
|
|
|
<span class="fw-stack fw-move-right fw-move-bottom">
|
|
|
|
<span class="fw-stack fw-move-right fw-move-bottom">
|
|
|
@ -82,7 +69,6 @@
|
|
|
|
|
|
|
|
|
|
|
|
<div class="wr-hidden-operations-content col-lg-8">
|
|
|
|
<div class="wr-hidden-operations-content col-lg-8">
|
|
|
|
<!-- general -->
|
|
|
|
<!-- general -->
|
|
|
|
{{#unless isCloud}}
|
|
|
|
|
|
|
|
<div class="wr-hidden-operation" data-operation="general" style="display: block">
|
|
|
|
<div class="wr-hidden-operation" data-operation="general" style="display: block">
|
|
|
|
<div class="panel panel-default">
|
|
|
|
<div class="panel panel-default">
|
|
|
|
<div id="general-config-heading" class="panel-heading" role="tab">
|
|
|
|
<div id="general-config-heading" class="panel-heading" role="tab">
|
|
|
@ -129,7 +115,6 @@
|
|
|
|
{{/if}}
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{/unless}}
|
|
|
|
|
|
|
|
<!-- general-->
|
|
|
|
<!-- general-->
|
|
|
|
{{#each deviceTypes}}
|
|
|
|
{{#each deviceTypes}}
|
|
|
|
<div class="wr-hidden-operation" data-operation="{{name}}" style="display: none;">
|
|
|
|
<div class="wr-hidden-operation" data-operation="{{name}}" style="display: none;">
|
|
|
@ -140,7 +125,6 @@
|
|
|
|
{{/if}}
|
|
|
|
{{/if}}
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
{{/each}}
|
|
|
|
{{/each}}
|
|
|
|
|
|
|
|
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
@ -155,7 +139,9 @@
|
|
|
|
<b>"Exit"</b> to complete the process and go back to the dashboard.
|
|
|
|
<b>"Exit"</b> to complete the process and go back to the dashboard.
|
|
|
|
<hr/>
|
|
|
|
<hr/>
|
|
|
|
<button class="wr-btn"
|
|
|
|
<button class="wr-btn"
|
|
|
|
onclick="window.location.href='{{@app.context}}/platform-configuration'">Go back to configurations</button>
|
|
|
|
onclick="window.location.href='{{@app.context}}/platform-configuration'">Go back to
|
|
|
|
|
|
|
|
configurations
|
|
|
|
|
|
|
|
</button>
|
|
|
|
<button class="wr-btn" onclick="window.location.href='{{@app.context}}'">Exit</button>
|
|
|
|
<button class="wr-btn" onclick="window.location.href='{{@app.context}}'">Exit</button>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|