|
@@ -606,7 +606,10 @@ export class ClientSession implements IClientSession {
|
|
|
}
|
|
|
const buttons = cancelable
|
|
|
? [Dialog.cancelButton(), Dialog.okButton({ label: 'Select' })]
|
|
|
- : [Dialog.okButton({ label: 'Select' })];
|
|
|
+ : [
|
|
|
+ Dialog.cancelButton({ label: 'No Kernel' }),
|
|
|
+ Dialog.okButton({ label: 'Select' })
|
|
|
+ ];
|
|
|
|
|
|
let dialog = (this._dialog = new Dialog({
|
|
|
title: 'Select Kernel',
|