fix some linter issues

This commit is contained in:
2025-02-25 21:43:54 +00:00
parent cfceb32134
commit 4f258ead6c
6 changed files with 5 additions and 1 deletions

View File

@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{.Organization}} - dashboard</title>
{{template "head" .}}
<script src="scripts/account.js" type="module"></script>
<script src="modules/chart.js"></script>

View File

@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{.Organization}} - dashboard</title>
{{template "head" .}}
<script src="scripts/index.js" type="module"></script>
<script src="modules/wfa.js" type="module"></script>

View File

@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{.Organization}} - dashboard</title>
{{template "head" .}}
<script src="scripts/instance.js" type="module"></script>
<script src="scripts/draggable.js" type="module"></script>

View File

@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{.Organization}} - dashboard</title>
{{template "head" .}}
<script src="scripts/login.js" type="module"></script>
</head>

View File

@@ -1,6 +1,7 @@
<!DOCTYPE html>
<html lang="en">
<head>
<title>{{.Organization}} - dashboard</title>
{{template "head" .}}
<script src="scripts/settings.js" type="module"></script>
<style>

View File

@@ -1,7 +1,6 @@
{{define "head"}}
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{.Organization}} - dashboard</title>
<link rel="icon" href="images/favicon.svg" sizes="any" type="image/svg+xml">
<link rel="stylesheet" href="modules/w3.css">
<link rel="stylesheet" href="https://www.w3schools.com/w3css/4/w3.css">