[pve-devel] [PATCH widget-toolkit/manager/pmg-gui/proxmox-backup] move task descriptions
    Dominik Csapak 
    d.csapak at proxmox.com
       
    Fri Oct 30 14:02:54 CET 2020
    
    
  
these patches moves the task descriptions to their product specific
Utils.js file (and add some that are missing)
we want this, because we want a list of relevant tasks for each product
in the ui (e.g. to filter by them)
the widget-toolkit update does not really 'break' the other (old) packages,
but without the relevant updates, the task description translations will be
missing in the respective UIs, so we probably want some breaks/depends?
(the overrides should work with the old widget-toolkit)
(btw. sending it only to pve-devel to avoid spamming everyone multiple
times with the same messages)
proxmox-widget-toolkit:
Dominik Csapak (1):
  Utils: remove product specific task descriptions
 src/Utils.js | 89 +++-------------------------------------------------
 1 file changed, 5 insertions(+), 84 deletions(-)
pve-manager:
Dominik Csapak (1):
  ui: Utils: add product specific task descriptions
 www/manager6/Utils.js | 85 +++++++++++++++++++++++++++++++++++++++++++
 1 file changed, 85 insertions(+)
pmg-gui:
Dominik Csapak (1):
  Utils: add product specific task descriptions
 js/Utils.js | 9 +++++++++
 1 file changed, 9 insertions(+)
proxmox-backup:
Dominik Csapak (1):
  ui: Utils: add product specific task descriptions
 www/Utils.js | 13 ++++++++-----
 1 file changed, 8 insertions(+), 5 deletions(-)
-- 
2.20.1
    
    
More information about the pve-devel
mailing list