Home
last modified time | relevance | path

Searched refs:consoleWindow (Results 1 – 4 of 4) sorted by relevance

/openbmc/webui-vue/src/store/modules/Authentication/
H A DAuthenticanStore.js9 consoleWindow: null, property in AuthenticationStore.state
17 consoleWindow: (state) => state.consoleWindow,
60 state.consoleWindow = false;
/openbmc/webui-vue/src/views/Operations/Kvm/
H A DKvmConsole.vue152 // If consoleWindow is not null
154 if (this.$eventBus.$consoleWindow) {
157 if (!this.$eventBus.$consoleWindow.closed) {
158 this.$eventBus.$consoleWindow.focus();
164 // If consoleWindow is null, open new window
169 this.$eventBus.$consoleWindow = window.open(
/openbmc/webui-vue/src/components/AppHeader/
H A DAppHeader.vue148 ...mapState('authentication', ['consoleWindow']),
203 consoleWindow() {
204 if (this.consoleWindow === false) this.$eventBus.$consoleWindow?.close();
/openbmc/webui-vue/src/layouts/
H A DAppLayout.vue50 this.$eventBus.$consoleWindow?.close();