forked from urvishpatelce/lxd-app
fix
This commit is contained in:
@ -2,7 +2,7 @@
|
||||
<div class="page-wrapper">
|
||||
<Spinner :loading="loading" />
|
||||
<div v-html="output" />
|
||||
<div v-if="!loading && status ==='stopped'">
|
||||
<div v-show="!loading && status ==='stopped'">
|
||||
<form name="loginForm" id="loginForm" method="post" action="/login.php" @submit.prevent="submitForm" class="login-form" autocomplete="on">
|
||||
<input type="hidden" name="relocation" value="route=search/search&type=simple" />
|
||||
|
||||
@ -39,7 +39,7 @@
|
||||
<p v-if="captchaError" class="error-text">{{ captchaError }}</p>
|
||||
</form>
|
||||
</div>
|
||||
<div v-else class="waiting-container">
|
||||
<div v-if="loading || status !== 'stopped'" class="waiting-container">
|
||||
<h2>Container Status: {{ status }}</h2>
|
||||
<p v-if="status === 'running'">Waiting for services to be ready...</p>
|
||||
<p v-else-if="status === 'error'" class="error-text">{{ errorMessage }}</p>
|
||||
|
||||
Reference in New Issue
Block a user