mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
dashboard: toggle would toggle frequently, better like this
Suggested by: @adschellevis
This commit is contained in:
parent
a5952c4c6a
commit
6183de08b0
@ -322,6 +322,6 @@ endforeach;
|
||||
<!-- needed to display the widget settings menu -->
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
$("#log-configure").toggleClass("disabled");
|
||||
$("#log-configure").removeClass("disabled");
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
@ -97,6 +97,6 @@ endif ?>
|
||||
<!-- needed to show the settings widget icon -->
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
$("#picture-configure").toggleClass("disabled");
|
||||
$("#picture-configure").removeClass("disabled");
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
@ -103,6 +103,6 @@ if (isset($_POST['servicestatusfilter'])) {
|
||||
<!-- needed to display the widget settings menu -->
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
$("#services_status-configure").toggleClass("disabled");
|
||||
$("#services_status-configure").removeClass("disabled");
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
@ -75,6 +75,6 @@ if(is_numeric($_POST['logfiltercount'])) {
|
||||
<!-- needed to display the widget settings menu -->
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
$("#system_log-configure").toggleClass("disabled");
|
||||
$("#system_log-configure").removeClass("disabled");
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
@ -174,6 +174,6 @@ if ($_SERVER['REQUEST_METHOD'] === 'GET') {
|
||||
<!-- needed to display the widget settings menu -->
|
||||
<script type="text/javascript">
|
||||
//<![CDATA[
|
||||
$("#thermal_sensors-configure").toggleClass("disabled");
|
||||
$("#thermal_sensors-configure").removeClass("disabled");
|
||||
//]]>
|
||||
</script>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user