mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 01:25:38 -05:00
better loading message (#8448)
This commit is contained in:
@@ -34,7 +34,10 @@ export class DeploymentProfilePage extends WizardPageBase<DeployClusterWizard> {
|
||||
}).component();
|
||||
const container = createFlexContainer(view, [this._cardContainer, hintText], false);
|
||||
this._loadingComponent = view.modelBuilder.loadingComponent().withItem(container).withProperties<azdata.LoadingComponentProperties>({
|
||||
loading: true
|
||||
loading: true,
|
||||
loadingText: localize('deployCluster.loadingProfiles', "Loading deployment profiles"),
|
||||
loadingCompletedText: localize('deployCluster.loadingProfilesCompleted', "Loading deployment profiles completed"),
|
||||
showText: true
|
||||
}).component();
|
||||
let formBuilder = view.modelBuilder.formContainer().withFormItems(
|
||||
[
|
||||
|
||||
Reference in New Issue
Block a user