mirror of
https://github.com/IoTManagerProject/IoTManagerWeb.git
synced 2026-03-28 07:52:32 +03:00
final
This commit is contained in:
@@ -9,9 +9,15 @@
|
||||
import Input from "./widgets/Input.svelte";
|
||||
import Toggle from "./widgets/Toggle.svelte";
|
||||
import Anydata from "./widgets/Anydata.svelte";
|
||||
|
||||
//import Modal from "svelte-simple-modal";
|
||||
|
||||
import Chart from "svelte-frappe-charts";
|
||||
|
||||
//как ставить и удалять
|
||||
//npm install --save svelte-simple-modal
|
||||
//npm uninstall svelte-simple-modal
|
||||
|
||||
//==================================constants section========================================
|
||||
let debug = true;
|
||||
let LOG_MAX_MESSAGES = 10;
|
||||
@@ -505,7 +511,10 @@
|
||||
}
|
||||
}
|
||||
|
||||
let additionalParams = false;
|
||||
|
||||
function showAdditionalParams(id) {
|
||||
additionalParams = true;
|
||||
if (debug) console.log("[i]", "user open add params ", id);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user