mirror of https://gitee.com/bigwinds/arangodb
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:
parent
b06d03e84f
commit
7f89e6e905
|
@ -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
Loading…
Reference in New Issue