Revision c53d09e2 ui/templates/standard.html

b/ui/templates/standard.html
256 256
    
257 257
}
258 258

  
259

  
260 259
if (images.length == 0) {
261 260
    // populate image list
262 261
    update_images();
......
265 264
    // configure flavors
266 265
    update_flavors(); 
267 266
}
268

  
267
// set the label of the multiple buttons 
268
$('div.confirm_multiple button.yes').text('Confirm All');
269
$('div.confirm_multiple button.no').text('Cancel All');
270
// start updating vm list
269 271
update_vms(UPDATE_INTERVAL);
270 272
</script>

Also available in: Unified diff