Browse Source

fix: admin tabs no longer disappears

Kristian Vos 4 years ago
parent
commit
2d80f77b37
2 changed files with 4 additions and 1 deletions
  1. 0 1
      backend/core.js
  2. 4 0
      frontend/components/pages/Admin.vue

+ 0 - 1
backend/core.js

@@ -160,7 +160,6 @@ class CoreClass {
         };
         this[job.name]
             .apply(newThis, [job.payload])
-            // this[job.name](job.payload)
             .then((response) => {
                 this.log("INFO", `Ran job ${job.name} successfully`);
                 this.jobStatistics[job.name].successful++;

+ 4 - 0
frontend/components/pages/Admin.vue

@@ -189,6 +189,10 @@ export default {
 	}
 }
 
+.main-container {
+	height: auto;
+}
+
 .tabs {
 	background-color: $white;
 	.queueSongs {