Revision c5ffb0de

b/ui/templates/standard.html
133 133

  
134 134
    for (i=0;i<pending_actions.length;i++){ // if there is already a pending action for this server replace it
135 135
        if (pending_actions[i][1]==serverID){
136
            pending_actions[i][0] = start;
136
            pending_actions[i][0] = destroy;
137 137
            found = true
138 138
        }
139 139
    }

Also available in: Unified diff