mirror of
https://github.com/donaldzou/WGDashboard.git
synced 2024-11-06 16:00:28 +01:00
Update
This commit is contained in:
parent
b4e8e57a22
commit
d6b1f97a04
@ -238,15 +238,6 @@ export default {
|
|||||||
fill: false,
|
fill: false,
|
||||||
borderColor: '#0d6efd',
|
borderColor: '#0d6efd',
|
||||||
tension: 0
|
tension: 0
|
||||||
},
|
|
||||||
{
|
|
||||||
label: 'Data Sent',
|
|
||||||
data: [...this.historySentData.datasets[0].data,
|
|
||||||
((sent - this.historyDataSentDifference[this.historyDataSentDifference.length - 1])*1000)
|
|
||||||
.toFixed(4)],
|
|
||||||
fill: false,
|
|
||||||
borderColor: '#198754',
|
|
||||||
tension: 0
|
|
||||||
}
|
}
|
||||||
],
|
],
|
||||||
}
|
}
|
||||||
|
@ -58,7 +58,11 @@ export default {
|
|||||||
</ul>
|
</ul>
|
||||||
<hr class="text-body">
|
<hr class="text-body">
|
||||||
<ul class="nav flex-column">
|
<ul class="nav flex-column">
|
||||||
<li class="nav-item"><a class="nav-link text-danger" @click="this.dashboardConfigurationStore.signOut()" role="button" style="font-weight: bold">Sign Out</a></li>
|
<li class="nav-item"><a class="nav-link text-danger"
|
||||||
|
@click="this.dashboardConfigurationStore.signOut()"
|
||||||
|
role="button" style="font-weight: bold">
|
||||||
|
<i class="bi bi-box-arrow-left me-2"></i>
|
||||||
|
Sign Out</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
<ul class="nav flex-column">
|
<ul class="nav flex-column">
|
||||||
<li class="nav-item"><a href="https://github.com/donaldzou/WGDashboard/releases/tag/"><small class="nav-link text-muted"></small></a></li>
|
<li class="nav-item"><a href="https://github.com/donaldzou/WGDashboard/releases/tag/"><small class="nav-link text-muted"></small></a></li>
|
||||||
|
@ -83,10 +83,13 @@ export default {
|
|||||||
|
|
||||||
<template>
|
<template>
|
||||||
<div class="container-fluid login-container-fluid d-flex main flex-column" :data-bs-theme="this.theme">
|
<div class="container-fluid login-container-fluid d-flex main flex-column" :data-bs-theme="this.theme">
|
||||||
<div class="login-box m-auto" style="width: 500px;">
|
<div class="login-box m-auto" style="width: 600px;">
|
||||||
|
|
||||||
|
<div class="m-auto">
|
||||||
|
<div class="card px-4 py-5 rounded-4 shadow-lg">
|
||||||
|
<div class="card-body">
|
||||||
<h4 class="mb-0 text-body">Welcome to</h4>
|
<h4 class="mb-0 text-body">Welcome to</h4>
|
||||||
<span class="dashboardLogo display-3">WGDashboard</span>
|
<span class="dashboardLogo display-3">WGDashboard</span>
|
||||||
<div class="m-auto">
|
|
||||||
<div class="alert alert-danger mt-2 mb-0" role="alert" v-if="loginError">
|
<div class="alert alert-danger mt-2 mb-0" role="alert" v-if="loginError">
|
||||||
{{this.loginErrorMessage}}
|
{{this.loginErrorMessage}}
|
||||||
</div>
|
</div>
|
||||||
@ -128,6 +131,8 @@ export default {
|
|||||||
</form>
|
</form>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
</div>
|
||||||
|
</div>
|
||||||
<small class="text-muted pb-3 d-block w-100 text-center">
|
<small class="text-muted pb-3 d-block w-100 text-center">
|
||||||
WGDashboard v4.0 | Developed with ❤️ by
|
WGDashboard v4.0 | Developed with ❤️ by
|
||||||
<a href="https://github.com/donaldzou" target="_blank"><strong>Donald Zou</strong></a>
|
<a href="https://github.com/donaldzou" target="_blank"><strong>Donald Zou</strong></a>
|
||||||
|
Loading…
Reference in New Issue
Block a user