Browse Source

feat(webapp): remove token ID column

Nils Wisiol 2 years ago
parent
commit
97f4b654af
1 changed files with 0 additions and 9 deletions
  1. 0 9
      www/webapp/src/views/TokenList.vue

+ 0 - 9
www/webapp/src/views/TokenList.vue

@@ -25,15 +25,6 @@ export default {
           destroyWarning: d => (d.id == store.state.token.id ? 'This is your current session token. Deleting it will invalidate the session.' : ''),
         },
         columns: {
-          id: {
-            name: 'item.id',
-            text: 'Identifier',
-            align: 'left',
-            value: 'id',
-            readonly: true,
-            datatype: 'GenericText',
-            searchable: true,
-          },
           name: {
             name: 'item.name',
             text: 'Name',