repaired cost detail and fixed so small typos

This commit is contained in:
edwardro22
2017-08-29 11:39:36 +00:00
parent cecefb75c4
commit df7c96f7c0
7 changed files with 81 additions and 101 deletions

View File

@@ -380,6 +380,10 @@ const (
MetaScheduler = "*scheduler"
MetaCostDetails = "*cost_details"
MetaAccounts = "*accounts"
MetaActionPlans = "*action_plans"
MetaActionTriggers = "*action_triggers"
MetaActions = "*actions"
MetaSharedGroups = "*shared_groups"
Migrator = "migrator"
UnsupportedMigrationTask = "unsupported migration task"
NoStorDBConnection = "not connected to StorDB"