mirror of
https://github.com/unraid/api.git
synced 2026-01-06 08:39:54 -06:00
refactor: uptime expire to show expire for ENOCONN
This commit is contained in:
@@ -19,7 +19,7 @@ const formattedTime = computed<string>(() => {
|
||||
return dateFormat((uptimeOrExpiredTime.value).toString());
|
||||
});
|
||||
|
||||
const countUp = computed<boolean>(() => state.value !== 'TRIAL');
|
||||
const countUp = computed<boolean>(() => state.value !== 'TRIAL' && state.value !== 'ENOCONN');
|
||||
|
||||
const output = computed(() => {
|
||||
if (!countUp.value) {
|
||||
|
||||
Reference in New Issue
Block a user