support: show create ticket result

This commit is contained in:
Girish Ramakrishnan
2019-05-28 10:04:18 -07:00
parent 4277244150
commit 11fe3dc492
3 changed files with 6 additions and 6 deletions

View File

@@ -34,7 +34,7 @@
</div>
<button type="submit" class="btn btn-primary" ng-disabled="feedbackForm.$invalid || feedback.busy"><i class="fa fa-circle-notch fa-spin" ng-show="feedback.busy"></i> Submit</button>
<span ng-show="feedback.error" class="text-danger text-bold">{{feedback.error}}</span>
<span ng-show="feedback.success" class="text-success text-bold"> An email for sent to support@cloudron.io. We will get back shortly!</span>
<span ng-show="feedback.result" class="text-success text-bold">{{feedback.result.message}}</span>
</form>
</div>
</div>