|
|
|
@ -35,16 +35,26 @@
|
|
|
|
|
<div class="row no-gutter">
|
|
|
|
|
<div class="wr-hidden-operations-nav col-lg-4">
|
|
|
|
|
<a id="generalConfigLink" href="javascript:void(0)" onclick="showAdvanceOperation('general', this)" class="selected">
|
|
|
|
|
<span class="wr-hidden-operations-icon fw-stack">
|
|
|
|
|
<i class="fw fw-settings fw-stack-2x"></i>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="wr-hidden-operations-icon fw-stack">
|
|
|
|
|
<i class="fw fw-settings fw-stack-2x"></i>
|
|
|
|
|
<span class="fw-stack fw-move-right fw-move-bottom">
|
|
|
|
|
<i class="fw fw-circle fw-stack-2x fw-stroke fw-inverse"></i>
|
|
|
|
|
<i class="fw fw-circle fw-stack-2x"></i>
|
|
|
|
|
<i class="fw fw-mobile fw-stack-1x fw-inverse"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</span>
|
|
|
|
|
General Configurations
|
|
|
|
|
</a>
|
|
|
|
|
{{#each deviceTypes}}
|
|
|
|
|
<a id="{{name}}ConfigLink" href="javascript:void(0)" onclick="showAdvanceOperation('{{name}}', this)">
|
|
|
|
|
<span class="wr-hidden-operations-icon fw-stack">
|
|
|
|
|
<i class="fw fw-settings fw-stack-2x"></i>
|
|
|
|
|
</span>
|
|
|
|
|
<span class="wr-hidden-operations-icon fw-stack">
|
|
|
|
|
<i class="fw fw-settings fw-stack-2x"></i>
|
|
|
|
|
<span class="fw-stack fw-move-right fw-move-bottom">
|
|
|
|
|
<i class="fw fw-circle fw-stack-2x fw-stroke fw-inverse"></i>
|
|
|
|
|
<i class="fw fw-circle fw-stack-2x"></i>
|
|
|
|
|
<i class="fw fw-{{name}} fw-stack-1x fw-inverse"></i>
|
|
|
|
|
</span>
|
|
|
|
|
</span>
|
|
|
|
|
{{label}} Configurations
|
|
|
|
|
</a>
|
|
|
|
|
{{/each}}
|
|
|
|
@ -79,9 +89,7 @@
|
|
|
|
|
placeholder="[ Required Field ]">
|
|
|
|
|
</div>
|
|
|
|
|
<div class="wr-input-control wr-btn-grp">
|
|
|
|
|
<button id="save-general-btn" class="wr-btn">
|
|
|
|
|
Save
|
|
|
|
|
</button>
|
|
|
|
|
<button id="save-general-btn" class="wr-btn">Save</button>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
@ -107,12 +115,8 @@
|
|
|
|
|
<b>"Exit"</b> to complete the process and go back to the dashboard.
|
|
|
|
|
<hr/>
|
|
|
|
|
<button class="wr-btn"
|
|
|
|
|
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>
|
|
|
|
|
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>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<!-- /content -->
|
|
|
|
|