Fix linting issues
This commit is contained in:
parent
199daea1b9
commit
7366131817
|
@ -95,24 +95,24 @@ export default {
|
||||||
EnvironmentCards,
|
EnvironmentCards,
|
||||||
QuickHelp,
|
QuickHelp,
|
||||||
TaskLog,
|
TaskLog,
|
||||||
ToggleHelp,
|
ToggleHelp
|
||||||
},
|
},
|
||||||
|
|
||||||
props: {
|
props: {
|
||||||
id: String,
|
id: String
|
||||||
},
|
},
|
||||||
|
|
||||||
data() {
|
data () {
|
||||||
return {
|
return {
|
||||||
applications: data.applications,
|
applications: data.applications,
|
||||||
help: {
|
help: {
|
||||||
hidden: false,
|
hidden: false
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
computed: {
|
computed: {
|
||||||
application: function() {
|
application: function () {
|
||||||
return this.applications[this.id]
|
return this.applications[this.id]
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Reference in a new issue