fix code style
Signed-off-by: Arthur Lu <learthurgo@gmail.com>
This commit is contained in:
parent
41bcedc4df
commit
df4ab8a94b
@ -1,5 +1,5 @@
|
|||||||
import {requestPVE, requestAPI, goToPage, getURIData, resources} from "./utils.js";
|
import {requestPVE, requestAPI, goToPage, getURIData, resources} from "./utils.js";
|
||||||
import { Dialog } from "./dialog.js";
|
import {Dialog} from "./dialog.js";
|
||||||
|
|
||||||
window.addEventListener("DOMContentLoaded", init); // do the dumb thing where the disk config refreshes every second
|
window.addEventListener("DOMContentLoaded", init); // do the dumb thing where the disk config refreshes every second
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import {requestPVE, requestAPI, goToPage} from "./utils.js";
|
import {requestPVE, requestAPI, goToPage} from "./utils.js";
|
||||||
import { Dialog } from "./dialog.js";
|
import {Dialog} from "./dialog.js";
|
||||||
|
|
||||||
window.addEventListener("DOMContentLoaded", init);
|
window.addEventListener("DOMContentLoaded", init);
|
||||||
|
|
||||||
|
@ -1,5 +1,5 @@
|
|||||||
import {requestPVE, requestAPI, goToPage, goToURL, instances, nodes} from "./utils.js";
|
import {requestPVE, requestAPI, goToPage, goToURL, instances, nodes} from "./utils.js";
|
||||||
import { Dialog } from "./dialog.js";
|
import {Dialog} from "./dialog.js";
|
||||||
|
|
||||||
export class Instance extends HTMLElement {
|
export class Instance extends HTMLElement {
|
||||||
constructor () {
|
constructor () {
|
||||||
|
Loading…
Reference in New Issue
Block a user