Revision 99b5161d

b/ui/templates/machines.html
322 322
            $('#' + serverID + ' .display').removeClass('display');
323 323
            if (action[0] == shutdown) {
324 324
                $('#' + serverID + ' .status').text('Shutting down');
325
                alert('shutting');
326 325
            } else if (action[0] == start) {
327 326
                $('#' + serverID + ' .status').text('Starting');
328
                alert('starting');
329 327
            }
330 328
            $('#' + serverID + ' .spinner').show();
331 329
        } else { // list view

Also available in: Unified diff