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.vue150 // If consoleWindow is not null
152 if (this.$eventBus.$consoleWindow) {
155 if (!this.$eventBus.$consoleWindow.closed) {
156 this.$eventBus.$consoleWindow.focus();
162 // If consoleWindow is null, open new window
167 this.$eventBus.$consoleWindow = window.open(
/openbmc/webui-vue/src/components/AppHeader/
H A DAppHeader.vue147 ...mapState('authentication', ['consoleWindow']),
202 consoleWindow() {
203 if (this.consoleWindow === false) this.$eventBus.$consoleWindow?.close();
/openbmc/webui-vue/src/layouts/
H A DAppLayout.vue52 this.$eventBus.$consoleWindow?.close();