Merge pull request #7126 from jaredevantabor/tower-string-audit

removing more references to "Tower" in the code base
This commit is contained in:
Jared Tabor
2017-07-19 09:28:35 -07:00
committed by GitHub
28 changed files with 45 additions and 38 deletions

View File

@@ -65,7 +65,7 @@ export default
})
.error(function (data, status) {
Wait('stop');
// TODO: hopefully this conditional error handling will to away in a future version of tower. The reason why we cannot
// TODO: hopefully this conditional error handling will to away in a future versions. The reason why we cannot
// simply pass this error to ProcessErrors is because it will actually match the form element 'ssh_key_unlock' and show
// the error there. The ssh_key_unlock field is not shown when the kind of credential is gce/azure and as a result the
// error is never shown. In the future, the API will hopefully either behave or respond differently.