summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorEd Tanous <ed@tanous.net>2024-02-27 22:20:22 +0300
committerKiran Kumar Ballapalli <kirankumarb@ami.com>2024-03-04 10:57:05 +0300
commit47009075de12e5701d84653dc0db0e23f4e02609 (patch)
tree480dc0d05939be7e413525038b7da9daa6446180 /src
parent02e1497349377af132d987bad9980299af45201b (diff)
downloadwebui-vue-47009075de12e5701d84653dc0db0e23f4e02609.tar.xz
Fix useless class in Sessions
New versions of the vue linter flag that this class has no effect. It isn't clear what the intent was, so remove it so the linter can pass. Tested: Upgraded linter now passes. Change-Id: Icccc4d57714be313c958023c74e9d8508afed4ce Signed-off-by: Ed Tanous <ed@tanous.net>
Diffstat (limited to 'src')
-rw-r--r--src/views/SecurityAndAccess/Sessions/Sessions.vue2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/views/SecurityAndAccess/Sessions/Sessions.vue b/src/views/SecurityAndAccess/Sessions/Sessions.vue
index d875284f..f74fa474 100644
--- a/src/views/SecurityAndAccess/Sessions/Sessions.vue
+++ b/src/views/SecurityAndAccess/Sessions/Sessions.vue
@@ -68,7 +68,7 @@
</template>
<!-- Actions column -->
- <template #cell(actions)="row" class="ml-3">
+ <template #cell(actions)="row">
<table-row-action
v-for="(action, index) in row.item.actions"
:key="index"