Machine Learning Extension - Model details (#9377)

* Machine Learning Services Extension - adding model details
This commit is contained in:
Leila Lali
2020-03-02 12:47:09 -08:00
committed by GitHub
parent c1f6a67829
commit b5b65117a7
30 changed files with 852 additions and 224 deletions

View File

@@ -37,7 +37,7 @@ export class CurrentModelsPage extends ModelViewBase implements IPageView {
this._tableComponent = this._dataTable.component;
let registerButton = modelBuilder.button().withProperties({
label: constants.registerModelButton,
label: constants.registerModelTitle,
width: this.buttonMaxLength
}).component();
registerButton.onDidClick(async () => {