[SOLVED] How to add cancel button to infinite dialog

Please help me!
I need create a infinite dialog have cancel button

%E1%BA%A3nh

app.dialog.create({
  content:  '<h5>loading...!</h5><div class="progressbar-infinite color-multi"></div>',
  buttons: [{
    text: 'Ok'
  }]
}).open()

Thanks bro! I did it!