mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-01 17:23:35 -05:00
ML extension - View models styles / layout updates (#13091)
* Revised styles and added elements to view models stage of the View and import models. * Implemented Leilas DataInfoComponent, replacing my use of icon and title, description fields. Corrected some styles. * Fixed the issue with icon title and description * Fixed severla issues * Added method to output localized text for number of models shown. Added component to display models shown text. * Fixed the issues with order of components * Fixed showing number of models Co-authored-by: llali <llali@microsoft.com>
This commit is contained in:
@@ -132,11 +132,13 @@ export class AzureModelsTable extends ModelViewBase implements IDataComponent<Wo
|
||||
|
||||
if (this.isTableEmpty) {
|
||||
this._table.dataValues = [];
|
||||
this._table.data = [];
|
||||
} else {
|
||||
this._table.data = tableData;
|
||||
}
|
||||
} else {
|
||||
this._table.dataValues = [];
|
||||
this._table.data = [];
|
||||
}
|
||||
}
|
||||
this._onModelSelectionChanged.fire();
|
||||
|
||||
Reference in New Issue
Block a user