Cleanup the convert user UI a bit

This commit is contained in:
Joseph Schorr 2016-04-15 15:13:22 -04:00
parent c604dbd0f6
commit 74cbe2ebb1
5 changed files with 106 additions and 62 deletions

View file

@ -316,7 +316,7 @@ angular.module('quay').factory('ApiService', ['Restangular', '$q', 'UtilService'
bootbox.dialog({
"message": message,
"title": defaultMessage,
"title": defaultMessage || 'Request Failure',
"buttons": {
"close": {
"label": "Close",