clarify status msg when no routines were run.
This commit is contained in:
parent
3a94bde135
commit
aa5c03e8be
|
@ -93,7 +93,7 @@ proc rsyncThread(list: RoutineListState) {.thread.} =
|
|||
for err in rsyncErrors:
|
||||
logger.log(lvlError, err)
|
||||
elif routineRunCount == 0:
|
||||
list.runStatus = "<span color=\"#FFA651\" size=\"large\">Meh. No Bkup Routines were run.</span>"
|
||||
list.runStatus = "<span color=\"#FFA651\" size=\"large\">No Bkup Routines were enabled. None were run.</span>"
|
||||
else:
|
||||
list.runStatus = "<span color=\"#6fffa3\" size=\"large\">Bkup Complete!</span>"
|
||||
|
||||
|
|
Loading…
Reference in New Issue