From 29cb037c0e09b225261a3b9c53b19d9b4d1c9e87 Mon Sep 17 00:00:00 2001
From: Loic Baron <loic.baron@lip6.fr>
Date: Tue, 6 May 2014 18:27:31 +0200
Subject: [PATCH] Add/remove users from slice - message with timer

---
 portal/templates/slice-tab-users-view.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/portal/templates/slice-tab-users-view.html b/portal/templates/slice-tab-users-view.html
index fb496158..50806ac6 100644
--- a/portal/templates/slice-tab-users-view.html
+++ b/portal/templates/slice-tab-users-view.html
@@ -102,9 +102,9 @@
                 	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
             
-- 
2.47.0