diff --git a/html/index.html b/html/index.html index a021c042..c9800b09 100644 --- a/html/index.html +++ b/html/index.html @@ -1004,7 +1004,7 @@

{{ i18n.eventTotal }} {{ - + {{ $root.localizeMessage(action.name) }} @@ -1218,7 +1218,7 @@

{{ detect.title }}

- +
@@ -1233,7 +1233,7 @@

{{ detect.title }}

- +
{{ $root.getAvatar(comment.owner) }}
@@ -1904,7 +1904,7 @@

{{ i18n.commentAddDetection }}

- +
{{ $root.getAvatar(item.owner) }}
@@ -2451,7 +2451,7 @@

{{ i18n.usersEnabled }} {{ countUsersEnabled() }} / {{ - + @@ -2726,7 +2726,7 @@

{{ i18n.viewJob }}

- + @@ -2814,7 +2812,7 @@

{{ i18n.description }}

fab fa-markdown
- +
@@ -2883,7 +2881,7 @@

{{ i18n.description }}

- +
@@ -2907,7 +2905,7 @@

{{ i18n.description }}

- +
@@ -2923,7 +2921,7 @@

{{ i18n.description }}

- +
{{ $root.getAvatar(comment.owner) }}
@@ -2971,12 +2969,12 @@

{{ i18n.description }}

- +
{{ $root.getAvatar($root.username) }}
-

{{ i18n.commentAdd }}

+

{{ i18n.commentAdd }}

@@ -3030,12 +3028,12 @@

{{ i18n.commentAdd }}

- +
{{ $root.getAvatar($root.username) }}
-

{{ i18n.attachmentAdd }}

+

{{ i18n.attachmentAdd }}

{{ i18n.attachmentAdd }}

- +
{{ $root.getAvatar(item.owner) }}
@@ -3300,12 +3298,12 @@

{{ i18n.attachmentAdd }}

- +
{{ $root.getAvatar($root.username) }}
-

{{ i18n.evidenceAdd }}

+

{{ i18n.evidenceAdd }}

@@ -3580,7 +3578,7 @@

{{ i18n.evidenceAdd }}

- +
{{ $root.getAvatar(job.owner) }}
@@ -3608,7 +3606,7 @@

{{ i18n.evidenceAdd }}

- +
{{ $root.getAvatar(item.owner) }}
@@ -3713,7 +3711,7 @@

{{ i18n.evidenceAdd }}

- +
{{ $root.getAvatar(item.owner) }}
@@ -4023,7 +4021,7 @@

{{ i18n.evidenceAdd }}

- +
{{ $root.getAvatar(item.owner) }}
@@ -4470,7 +4468,7 @@

{{ i18n.gridEps }} {{ gridEps {{ i18n.osUptime }}: {{ formatDuration(item.osUptimeSeconds) }} - + {{ i18n.restartRequired }} diff --git a/html/js/routes/users.js b/html/js/routes/users.js index afcf54cd..77f467b3 100644 --- a/html/js/routes/users.js +++ b/html/js/routes/users.js @@ -107,7 +107,7 @@ routes.push({ path: '/users', name: 'users', component: { this.form.note = null; this.dialog = true; }, - showDeleteConfirm(user) { + showDeleteConfirm() { this.deleteUserDialog = true; }, hideDeleteConfirm() {