31112c79ac
ui: add help tool to datastore panel
2020-11-10 09:15:12 +01:00
d89f91b538
ui: acl editor: disallow path editing for datastore permission views
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-10 08:19:17 +01:00
a6310ec294
ui: fix widget height in dashboard
2020-11-10 08:12:35 +01:00
98d9323534
ui: add link to www.proxmox.com for subscription plans
2020-11-10 08:07:49 +01:00
09f1f28800
ui: ACL view: fix path filtering
...
and add some comments about actual behavior of those config
properties..
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-10 07:33:20 +01:00
e1da9ca4bb
ui: datastore dashboard: use gauge for usage, rework layout a bit
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-09 19:26:48 +01:00
625c7bfc0b
ui: task summary: enable grid mouse track over
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-09 19:25:43 +01:00
d9503950e3
ui: tasl summary: add pointer cursor if clickable
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-09 18:09:05 +01:00
376e927980
ui: datastore summary: increase usage graph height
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-09 17:55:59 +01:00
5204cbcf0f
ui: datastore summary: add line chart icon to full-estimation
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-09 17:48:53 +01:00
e373dcc564
ui: datastore/content: improve action button layout
...
Fix font-size to 14px to improve font-awesome rendering, add some
slight margin between the buttons so that they are not glued
together, add a slight text-shadow on mouse over.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-09 17:45:08 +01:00
ed1329ecf7
ui: make Datastore clickable again
...
by showing the previously added pbsDataStores panel
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-11-09 16:37:24 +01:00
2371c1e371
ui: add Panels necessary for Datastores Overview
...
a panel for a single datastore that gets updated from an external caller
shows the usage, estimated full date, history and task summary grid
a panel that dynamically generates the panel above for each datastore
and a tabpanel that includes the panel above, as well as a global
syncview, verifiyview and aclview
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-11-09 16:37:24 +01:00
63c07d950c
ui: TaskSummary: handle less defined parameters of tasks
...
this makes it a little easier to provide good data, without
hardcoding all types in the source object
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-11-09 16:37:24 +01:00
a3cdb19e33
ui: TaskSummary: add subPanelModal and datastore parameters
...
in preparation for the per-datastore grid
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-11-09 16:37:24 +01:00
4623cd6497
ui: TaskSummary: move state/types/titles out of the controller
...
it seems that under certain circumstances, extjs does not initialize
or remove the content from objects in controllers
move it to the view, were they always exist
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-11-09 16:37:24 +01:00
ab81bb13ad
ui: make Sync/VerifyView and Edit usable without datastore
...
we want to use this panel again for a 'global' overview, without
any datastore preselected, so we have to handle that, and
adding a datastore selector in the editwindow
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-11-09 16:37:24 +01:00
616650a198
ui: Utils: add parse_datastore_worker_id
...
to parse the datastore out of a worker_id
for this we need some regexes that are the same as in the backend
for now we only parse out the datastore, but we can extend this
in the future to parse relevant info (e.g. remote for syncs,
id/type for backups)
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-11-09 16:37:24 +01:00
78763d21b1
ui: refactor render_size_usage to Utils
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-11-09 16:37:24 +01:00
f2d6324958
ui: refactor render_estimate
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-11-09 16:37:24 +01:00
64623f329e
ui: recommit onlinehelp
...
now that the last commit fixed the title generation
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-09 16:36:00 +01:00
82422c115a
ui: admin/summary: add versions button/window
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-09 16:33:22 +01:00
f3b4820d06
www: show more ACLs in datastore panel
...
since just the ACLs defined on the exact datastore path don't give
anywhere near a complete picture of who has access to it.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com >
2020-11-09 15:19:15 +01:00
b783591fb5
ui: datastore content: ensure action column is wide enough
...
with the "change owner" action added we now need more than the
default of 100 px, so increase to 120 px for now.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-09 12:31:14 +01:00
9dd6175808
ui: token selector: use same layout as auth id selector
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-09 12:24:54 +01:00
5e8b97178e
ui: auth/token selector: tell ExtJS we injected data into the store
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-09 12:21:02 +01:00
6d5803399b
ui: add some onlineHelp reference uses for pruning
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-07 16:03:07 +01:00
d669a739b2
ui: datastore: backup owner change: fix layout
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-06 19:48:08 +01:00
c7fa61619e
ui: move backup group owner changer into window folder
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-06 19:47:45 +01:00
009a04f8d0
ui: auth-id selector: validity, code-style and layout fixes
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-06 19:46:08 +01:00
0953044cfb
ui: use AuthidSelector for selecting new owner
...
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com >
2020-11-06 19:06:35 +01:00
d923671a7b
ui: use AuthidSelector for sync job owner
...
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com >
2020-11-06 19:06:34 +01:00
b614b29bea
ui: datastore: add option view tab
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-06 17:52:15 +01:00
65595e169f
ui: add NotifyOptions edit window
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-06 17:52:15 +01:00
1d9d2f0f7c
ui: utils: add property format string helpers from PVE
...
slightly adapted, i.e., the delete_if_default helper always sets the
delete property to an array if not existing.
Also, filtering out undefined values when printing properties.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-06 17:52:15 +01:00
f0609851fc
www: add AuthidSelector
...
similar to TokenSelector, but with different fields / mapping of data.
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com >
2020-11-06 13:06:16 +01:00
1b37ebf6f6
ui: require owner for sync jobs
2020-11-06 08:48:07 +01:00
043406d662
ui: use pbsUserSelector for BackupGroupChangeOwner
2020-11-06 08:48:07 +01:00
61db0851d6
gui: Add button for changing backup group owner
...
Extension of fix #2847
Adds an action button to the datastore content view,
to change the owner of a backup.
Signed-off-by: Dylan Whyte <d.whyte@proxmox.com >
2020-11-06 08:48:00 +01:00
ad54df3178
get rid of backup@pam
2020-11-06 08:39:30 +01:00
71103afd69
fixup: acutally commit all changes..
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-06 08:24:30 +01:00
6465d809cd
ui: move datastore related files into own folder
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-06 08:11:22 +01:00
ae8635c307
www: add remote store selector
...
(hopefully) improved upon NFS export selection in PVE
Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com >
2020-11-05 12:56:20 +01:00
4935681cf4
ui: sync jobs: add tooltip for remove vanished
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-04 19:07:07 +01:00
669fa672d9
ui: sync jobs: reorder fields
...
group local ones togeteher on the left side, and source + schedule
on the right side.
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-04 19:05:48 +01:00
a797583535
ui: sync jobs: fix originalValue of owner and improve label
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-04 19:04:42 +01:00
54ed1b2a71
ui: sync jobs: only set default schedule when creating new jobs
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-04 19:04:06 +01:00
8e12e86f0b
ui: add shell panel under administration
...
some users prefer an inline console
we still have the pop-out console in 'Administration'
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-11-04 18:16:49 +01:00
30200b5c4a
ui: fix task description for log rotate
...
Signed-off-by: Thomas Lamprecht <t.lamprecht@proxmox.com >
2020-11-04 14:20:44 +01:00
84006f98b2
ui: SyncJobEdit: fix sending 'delete' values on SyncJob creation
...
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com >
2020-11-04 11:39:52 +01:00