mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-02-16 10:58:30 -05:00
Remove 'Try backup or restore task' from task message (#5340)
This commit is contained in:
@@ -53,7 +53,7 @@ export class TaskHistoryView {
|
|||||||
if (taskNode && taskNode.hasChildren) {
|
if (taskNode && taskNode.hasChildren) {
|
||||||
hide(this._messages);
|
hide(this._messages);
|
||||||
}
|
}
|
||||||
let noTaskMessage = localize('noTaskMessage', 'No task history to display. Try backup or restore task to view its execution status.');
|
let noTaskMessage = localize('noTaskMessage', 'No task history to display.');
|
||||||
append(this._messages, $('span')).innerText = noTaskMessage;
|
append(this._messages, $('span')).innerText = noTaskMessage;
|
||||||
|
|
||||||
this._tree = this.createTaskHistoryTree(container, this._instantiationService);
|
this._tree = this.createTaskHistoryTree(container, this._instantiationService);
|
||||||
|
|||||||
Reference in New Issue
Block a user