|
|
@@ -192,7 +192,20 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
+ <script src="{$BASE_PATH_JS}/jquery.knob.js"></script>
|
|
|
+ <script>
|
|
|
+ jQuery(function() {
|
|
|
+ jQuery(".dial-usage").knob({
|
|
|
+ 'format': function(v) {
|
|
|
+ alert(v);
|
|
|
+ }
|
|
|
+ });
|
|
|
+ });
|
|
|
+ </script>
|
|
|
+ <div class="col-xs-{if $showcancelbutton}6{else}12{/if}">
|
|
|
+ <a href="upgrade.php?type=configoptions&id={$id}" class="btn btn-block btn-primary">Ressourcen erweitern</a>
|
|
|
</div>
|
|
|
+ </div>
|
|
|
{/if}
|
|
|
{if $metricStats}
|
|
|
<div class="tab-pane fade{if !$domain && !$content && !$moduleParams['configoptions']} show active{/if}" role="tabpanel" id="metrics">
|
|
|
@@ -303,19 +316,6 @@
|
|
|
</td>
|
|
|
</tr>
|
|
|
</table>
|
|
|
- <script src="{$BASE_PATH_JS}/jquery.knob.js"></script>
|
|
|
- <script>
|
|
|
- jQuery(function() {
|
|
|
- jQuery(".dial-usage").knob({
|
|
|
- 'format': function(v) {
|
|
|
- alert(v);
|
|
|
- }
|
|
|
- });
|
|
|
- });
|
|
|
- </script>
|
|
|
- <div class="col-xs-{if $showcancelbutton}6{else}12{/if}">
|
|
|
- <a href="upgrade.php?type=configoptions&id={$id}" class="btn btn-block btn-primary">Accounts oder Speicher hinzubuchen</a>
|
|
|
- </div>
|
|
|
</div>
|
|
|
{/if}
|
|
|
</div>
|