|
|
@ -27,13 +27,20 @@
|
|
|
|
Platform Configurations
|
|
|
|
Platform Configurations
|
|
|
|
</h1>
|
|
|
|
</h1>
|
|
|
|
<br>
|
|
|
|
<br>
|
|
|
|
|
|
|
|
{{#if isCloud}}
|
|
|
|
|
|
|
|
iOS Mobile Management Related 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 no-gutter">
|
|
|
|
<div class="row no-gutter">
|
|
|
|
<div class="wr-hidden-operations-nav col-lg-4">
|
|
|
|
<div class="wr-hidden-operations-nav col-lg-4">
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{{unless isCloud}}
|
|
|
|
<a id="generalConfigLink" href="javascript:void(0)" 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>
|
|
|
@ -45,8 +52,12 @@
|
|
|
|
</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)" onclick="showAdvanceOperation('{{name}}', this)"
|
|
|
|
|
|
|
|
{{#if isCloud}}
|
|
|
|
|
|
|
|
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">
|
|
|
@ -62,6 +73,7 @@
|
|
|
|
|
|
|
|
|
|
|
|
<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">
|
|
|
@ -106,6 +118,7 @@
|
|
|
|
</div>
|
|
|
|
</div>
|
|
|
|
</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;">
|
|
|
|