mirror of
https://github.com/outbackdingo/sysadm.git
synced 2026-01-27 10:20:26 +00:00
Don't display "Time" at the end of dataset in Lifepreserver REST
return call Fixes: trueos/trueos-core#86
This commit is contained in:
@@ -270,7 +270,7 @@ QJsonObject LifePreserver::listReplication() {
|
||||
user = parseline.section("@", 0, 0);
|
||||
host = parseline.section("@", 1, 1).section("[", 0, 0);
|
||||
port = parseline.section("@", 1, 1).section("[", 1, 1).section("]", 0, 0);
|
||||
rdset = parseline.section(":", 1, 1);
|
||||
rdset = parseline.section(":", 1, 1).section(" ", 0, 0);
|
||||
time = output.at(i).section(" Time:", -1).simplified();
|
||||
|
||||
values.insert("dataset", dset);
|
||||
|
||||
Reference in New Issue
Block a user