Add/remove users from slice - message with timer
[myslice.git] / portal / templates / slice-tab-users-view.html
index fb49615..50806ac 100644 (file)
                        if(data.success){
                        // TODO: highlight row after success
                        //$('tr[id="'+record_id+'"]').highlight();
-                       mysliceAlert("Success: slice updated",'success');
+                       mysliceAlert('Success: slice updated','success', true);
                        }else{
-                       mysliceAlert("Rest Error for: "+data.error,'warning');
+                       mysliceAlert('Rest Error for: '+data.error,'warning', true);
                        }
                 }); // post update slice