File tree Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Expand file tree Collapse file tree 3 files changed +2
-12
lines changed Original file line number Diff line number Diff line change @@ -28,7 +28,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
28
28
<v-list
29
29
class =" pa-0 d-flex flex-column"
30
30
>
31
- <c-header :user = " user.username " />
31
+ <c-header />
32
32
33
33
<v-list-item
34
34
to =" /"
@@ -69,7 +69,7 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
69
69
70
70
<script >
71
71
import Header from ' @/components/cylc/Header.vue'
72
- import { mapMutations , mapState } from ' vuex'
72
+ import { mapMutations } from ' vuex'
73
73
import Workflows from ' @/views/Workflows.vue'
74
74
import { mdiHome , mdiGraphql } from ' @mdi/js'
75
75
import pkg from ' @/../package.json'
@@ -94,7 +94,6 @@ export default {
94
94
},
95
95
96
96
computed: {
97
- ... mapState (' user' , [' user' ]),
98
97
drawer: {
99
98
get () {
100
99
return this .$store .state .app .drawer
Original file line number Diff line number Diff line change @@ -149,10 +149,3 @@ const showGoButton = computed(() => (
149
149
))
150
150
151
151
</script >
152
-
153
- <style >
154
- /* work around bug with v-combobox overflow https://github.com/vuetifyjs/vuetify/issues/17596 */
155
- .v-combobox__selection {
156
- overflow-x : hidden ;
157
- }
158
- </style >
Original file line number Diff line number Diff line change 16
16
*/
17
17
18
18
const IntrospectionQuery = require ( './IntrospectionQuery.json' )
19
- const userProfile = require ( './userprofile.json' )
20
19
const taskProxy = require ( './taskProxy.json' )
21
20
const familyProxy = require ( './familyProxy.json' )
22
21
const workflowOne = require ( './workflows/one' )
@@ -34,7 +33,6 @@ module.exports = {
34
33
IntrospectionQuery,
35
34
taskProxy,
36
35
familyProxy,
37
- userProfile,
38
36
LogData,
39
37
LogFiles,
40
38
App : workflows ,
You can’t perform that action at this time.
0 commit comments