Cleanup
continuous-integration/drone/pr Build is passing Details

This commit is contained in:
kolaente 2020-10-10 19:18:01 +02:00
parent 83983f167d
commit 33f6cbe4dc
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
2 changed files with 0 additions and 5 deletions

View File

@ -158,7 +158,6 @@
</a>
<aside class="menu namespaces-lists">
<div :class="{ 'is-loading': namespaceService.loading}" class="spinner"></div>
<template v-for="n in namespaces">
<div :key="n.id">
<router-link
@ -320,7 +319,6 @@
import router from './router'
import {mapState} from 'vuex'
import NamespaceService from './services/namespace'
import authTypes from './models/authTypes'
import Rights from './models/rights.json'
@ -337,7 +335,6 @@ export default {
},
data() {
return {
namespaceService: NamespaceService,
menuActive: true,
currentDate: new Date(),
userMenuActive: false,

View File

@ -5,5 +5,3 @@ export const HTTPFactory = () => {
baseURL: window.API_URL,
})
}
export const HTTP = HTTPFactory()