1
0
Fork 0

Add hint to the user that starting swagger may take a while.

A throbber won't do, since swagger is synchroneous and the browser won't animate it.
This commit is contained in:
Wilfried Goesgens 2015-09-17 13:29:49 +02:00
parent b06d03e84f
commit 7f89e6e905
2 changed files with 4 additions and 4 deletions

View File

@ -1483,7 +1483,7 @@ SwaggerClient.prototype.build = function (mock) {
var self = this;
this.progress('fetching resource list: ' + this.url);
this.progress('fetching resource list: ' + this.url + '; Please wait.');
var obj = {
useJQuery: this.useJQuery,
@ -32184,4 +32184,4 @@ SwaggerUi.Views.StatusCodeView = Backbone.View.extend({
}
return this;
}
});}).call(this);
});}).call(this);

File diff suppressed because one or more lines are too long