Code

Fixed post handling.
[gosa.git] / gosa-plugins / goto / addons / goto / deploy-list.xml
index 2ec342519ee90b2efc1f26ec9bbc073486b62ca7..bfcbee33621b3e4bbe24f9d1921d76ef6b19f54b 100644 (file)
@@ -7,8 +7,8 @@
     <baseMode>false</baseMode>
     <multiSelect>true</multiSelect>
     <template>deploy-list.tpl</template>
-    <label>List of events</label>
-    <defaultSortColumn>1</defaultSortColumn>
+    <label>List of queued jobs</label>
+    <defaultSortColumn>3</defaultSortColumn>
 
     <objectType>
       <label>Event</label>
@@ -21,7 +21,7 @@
   </definition>
 
   <table>
-    <layout>|160|160|||||</layout>
+    <layout>||120px|80px|120px|100px|180px;r|</layout>
 
     <column>
       <label>Target</label>
 
     <action>
      <type>sub</type>
-     <image>images/lists/new.png</image>
+     <image>images/lists/element.png[new]</image>
      <label>Create</label>
 
      <action>
-      <name>new</name>
+      <name>halt</name>
       <type>entry</type>
-      <image>plugins/users/images/list_new_user.png</image>
-      <label>User</label>
+      <image>images/lists/off.png</image>
+      <label>Switch off</label>
      </action>
 
      <action>
-      <name>new_template</name>
+      <name>reboot</name>
       <type>entry</type>
-      <image>plugins/users/images/select_template.png</image>
-      <label>Template</label>
+      <image>images/lists/reload.png</image>
+      <label>Reboot</label>
      </action>
-    </action>
-
-    <action>
-      <type>separator</type>
-    </action>
 
-    <action>
-      <name>edit</name>
-      <type>entry</type>
-      <image>images/lists/edit.png</image>
-      <label>Edit</label>
-    </action>
-
-    <action>
-      <name>remove</name>
+     <action>
+      <name>wakeup</name>
       <type>entry</type>
-      <image>images/lists/trash.png</image>
-      <label>Remove</label>
-    </action>
+      <image>images/lists/on.png</image>
+      <label>Wake up</label>
+     </action>
 
-    <action>
-      <name>password</name>
+     <action>
+      <name>update</name>
       <type>entry</type>
-      <image>plugins/users/images/list_password.png</image>
-      <label>Change password</label>
-    </action>
-
-    <action>
-      <type>separator</type>
-    </action>
+      <image>plugins/goto/images/update.png</image>
+      <label>Software update</label>
+     </action>
 
-    <action>
-      <name>lockUsers</name>
+     <action>
+      <name>lock</name>
       <type>entry</type>
       <image>images/lists/locked.png</image>
-      <acl>uniBonnAccount/password[w]</acl>
-      <label>Lock users</label>
-    </action>
+      <label>Lock</label>
+     </action>
 
-    <action>
-      <name>unlockUsers</name>
+     <action>
+      <name>activate</name>
       <type>entry</type>
       <image>images/lists/unlocked.png</image>
-      <acl>uniBonnAccount/password[w]</acl>
-      <label>Unlock users</label>
-    </action>
+      <label>Unlock</label>
+     </action>
 
-    <action>
-      <name>sendMessage</name>
+     <action>
+      <name>reinstall</name>
       <type>entry</type>
-      <depends>DaemonEvent_notify</depends>
-      <image>plugins/goto/images/notify.png</image>
-      <label>Send message</label>
+      <image>plugins/goto/images/reinstall.png</image>
+      <label>Reinstall</label>
+     </action>
     </action>
-
+  
     <action>
       <type>separator</type>
     </action>
 
     <action>
-      <name>templatize</name>
-      <type>entry</type>
-      <image>plugins/users/images/wizard.png</image>
-      <label>Apply template</label>
-    </action>
-
-    <action>
-      <type>separator</type>
+     <name>import</name>
+     <type>entry</type>
+     <image>images/lists/import.png</image>
+     <label>Import</label>
     </action>
 
     <action>
-      <type>exporter</type>
+     <name>remove</name>
+     <type>entry</type>
+     <image>images/lists/trash.png</image>
+     <label>Remove</label>
     </action>
 
     <action>
       <type>separator</type>
     </action>
 
-    <action>
-      <type>copypaste</type>
-    </action>
+     <action>
+      <name>prioResume</name>
+      <type>entry</type>
+      <image>images/status_start.png</image>
+      <label>Resume</label>
+     </action>
+
+     <action>
+      <name>prioPause</name>
+      <type>entry</type>
+      <image>images/status_pause.png</image>
+      <label>Pause</label>
+     </action>
+
+     <action>
+      <name>abort</name>
+      <type>entry</type>
+      <image>images/small_error.png</image>
+      <label>Abort</label>
+     </action>
 
     <action>
-      <type>snapshot</type>
+      <type>separator</type>
     </action>
 
+     <action>
+      <name>processNow</name>
+      <type>entry</type>
+      <image>images/rocket.png</image>
+      <label>Execute</label>
+     </action>
+
   </actionmenu>
 
   <actiontriggers snapshot="true" copypaste="true">
       <label>Pause</label>
     </action>
 
+    <action>
+      <name>prioResume</name>
+      <type>entry</type>
+      <objectclass>FAKE_OC__prioResume</objectclass>
+      <image>images/status_start.png</image>
+      <label>Resume</label>
+    </action>
+
     <action>
       <name>processNow</name>
       <type>entry</type>
       <label>Remove</label>
     </action>
 
+    <action>
+      <name>abort</name>
+      <type>entry</type>
+      <objectclass>FAKE_OC__abort</objectclass>
+      <image>images/small_error.png</image>
+      <label>Abort</label>
+    </action>
+
   </actiontriggers>
 
 </list>