Code

Moved to new base selector
[gosa.git] / gosa-plugins / systems / admin / systems / serverService-list.xml
index e92f659e5cea219ddc1ed1299d5c30db74f56b1a..0ea40c00db84949a9b8601c9e9a5c9d9f734b831 100644 (file)
       <label>Remove</label>
     </action>
 
+    <action>
+      <type>separator</type>
+    </action>
+
+    <action>
+      <name>start</name>
+      <type>entry</type>
+      <image>images/status_start.png</image>
+      <label>Start</label>
+    </action>
+
+    <action>
+      <name>stop</name>
+      <type>entry</type>
+      <image>images/status_stop.png</image>
+      <label>Stop</label>
+    </action>
+
+    <action>
+      <name>restart</name>
+      <type>entry</type>
+      <image>images/lists/reload.png</image>
+      <label>Restart</label>
+    </action>
+
+    <action>
+      <type>separator</type>
+    </action>
+
     <action>
       <type>exporter</type>
     </action>
       <type>entry</type>
       <image>images/lists/edit.png</image>
       <objectclass>AllowEdit</objectclass> 
-      <label>Edit role</label>
+      <label>Edit service</label>
     </action>
 
     <action>
       <type>entry</type>
       <image>images/lists/trash.png</image>
       <objectclass>AllowRemove</objectclass> 
-      <label>Remove system</label>
+      <label>Remove service</label>
     </action>
 
   </actiontriggers>