Updated deploy and restart buttons

Removed unnecessary buttons
Closes #5
This commit is contained in:
Jordan McClintock
2022-03-02 13:46:45 -06:00
parent 1ecc8961cf
commit f978121c93
2 changed files with 6 additions and 10 deletions

View File

@@ -286,15 +286,15 @@
"copyMessageValue_truncated": "Truncated value copied"
},
"deploy": {
"deploy": "Deploy",
"full": "Full",
"fullDesc": "Deploys everything in the workspace",
"deploy": "Save Changes",
"full": "Save Changes",
"fullDesc": "Saves all changes to all flows",
"modifiedFlows": "Modified Flows",
"modifiedFlowsDesc": "Only deploys flows that contain changed nodes",
"modifiedNodes": "Modified Nodes",
"modifiedNodesDesc": "Only deploys nodes that have changed",
"restartFlows": "Restart Flows",
"restartFlowsDesc": "Restarts the current deployed flows",
"restartFlows": "Delete Changes",
"restartFlowsDesc": "Undoes all changes since last save",
"successfulDeploy": "Successfully deployed",
"successfulRestart": "Successfully restarted flows",
"deployFailed": "Deploy failed: __message__",