consistency changes
This commit is contained in:
parent
77d44c697e
commit
4eb88119a3
@ -33,14 +33,14 @@
|
|||||||
<Button v-tooltip="'Stop instance'" icon-only class="stop" @click="stop()">
|
<Button v-tooltip="'Stop instance'" icon-only class="stop" @click="stop()">
|
||||||
<StopCircleIcon />
|
<StopCircleIcon />
|
||||||
</Button>
|
</Button>
|
||||||
<Button v-tooltip="'View logs'" icon-only class="icon-button" @click="goToTerminal()">
|
<Button v-tooltip="'View logs'" icon-only @click="goToTerminal()">
|
||||||
<TerminalSquareIcon />
|
<TerminalSquareIcon />
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button
|
||||||
v-if="currentLoadingBars.length > 0"
|
v-if="currentLoadingBars.length > 0"
|
||||||
ref="infoButton"
|
ref="infoButton"
|
||||||
icon-only
|
icon-only
|
||||||
class="icon-button show-card-icon"
|
class="show-card-icon"
|
||||||
@click="toggleCard()"
|
@click="toggleCard()"
|
||||||
>
|
>
|
||||||
<DownloadIcon />
|
<DownloadIcon />
|
||||||
@ -77,20 +77,10 @@
|
|||||||
@click="selectProfile(profile)"
|
@click="selectProfile(profile)"
|
||||||
>
|
>
|
||||||
<div class="text"><span class="circle running" /> {{ profile.metadata.name }}</div>
|
<div class="text"><span class="circle running" /> {{ profile.metadata.name }}</div>
|
||||||
<Button
|
<Button v-tooltip="'Stop instance'" icon-only class="stop" @click.stop="stop(profile.path)">
|
||||||
v-tooltip="'Stop instance'"
|
|
||||||
icon-only
|
|
||||||
class="icon-button stop"
|
|
||||||
@click.stop="stop(profile.path)"
|
|
||||||
>
|
|
||||||
<StopCircleIcon />
|
<StopCircleIcon />
|
||||||
</Button>
|
</Button>
|
||||||
<Button
|
<Button v-tooltip="'View logs'" icon-only @click.stop="goToTerminal(profile.path)">
|
||||||
v-tooltip="'View logs'"
|
|
||||||
icon-only
|
|
||||||
class="icon-button"
|
|
||||||
@click.stop="goToTerminal(profile.path)"
|
|
||||||
>
|
|
||||||
<TerminalSquareIcon />
|
<TerminalSquareIcon />
|
||||||
</Button>
|
</Button>
|
||||||
</Button>
|
</Button>
|
||||||
|
|||||||
@ -13,6 +13,7 @@ export const useMrAuth = () => {
|
|||||||
} catch (error) {
|
} catch (error) {
|
||||||
handleError(error)
|
handleError(error)
|
||||||
}
|
}
|
||||||
|
return null
|
||||||
}
|
}
|
||||||
|
|
||||||
const logout = async () => {
|
const logout = async () => {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user