aboutsummaryrefslogtreecommitdiffstats
path: root/Software/Visual_Studio/PPC/Tango.PPC.Common
diff options
context:
space:
mode:
authorRoy Ben-Shabat <Roy@Twine-s.com>2019-11-24 17:31:30 +0200
committerRoy Ben-Shabat <Roy@Twine-s.com>2019-11-24 17:31:30 +0200
commitfcf154eb2ae88dcf1003ea6bd14c91cab1a616e9 (patch)
tree8f6195057030e2d2fbbfd2d0090cfed5b5c61866 /Software/Visual_Studio/PPC/Tango.PPC.Common
parent53b58d21f600ef55daefd363f6e93274a9e8c048 (diff)
downloadTango-fcf154eb2ae88dcf1003ea6bd14c91cab1a616e9.tar.gz
Tango-fcf154eb2ae88dcf1003ea6bd14c91cab1a616e9.zip
Backup Manager.
Diffstat (limited to 'Software/Visual_Studio/PPC/Tango.PPC.Common')
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/BackupRestore/BackupRestoreStage.cs7
-rw-r--r--Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs3
2 files changed, 9 insertions, 1 deletions
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/BackupRestore/BackupRestoreStage.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/BackupRestore/BackupRestoreStage.cs
index ce59a18bb..4ffad3c95 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/BackupRestore/BackupRestoreStage.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/BackupRestore/BackupRestoreStage.cs
@@ -33,5 +33,12 @@ namespace Tango.PPC.Common.BackupRestore
ExtractingContent,
[Description("Restoring data...")]
RestoringDatabase,
+
+
+ [Description("Done")]
+ Done,
+
+ [Description("Error")]
+ Error,
}
}
diff --git a/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs b/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs
index b4562054c..ff9a99168 100644
--- a/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs
+++ b/Software/Visual_Studio/PPC/Tango.PPC.Common/Navigation/NavigationView.cs
@@ -22,6 +22,7 @@ namespace Tango.PPC.Common.Navigation
HomeModule,
ShutdownView,
RestartingSystemView,
- EmergencyView
+ EmergencyView,
+ BackupRestoreView
}
}