Commit Graph

404 Commits

Author SHA1 Message Date
Dietmar Maurer
4af2c66cad some more gettext cleanups, update po files
Includes full german translation.
2013-08-29 12:06:53 +02:00
Dietmar Maurer
f5b806d9df reduce gettext strings by using format_storage_type() everywhere 2013-08-29 10:37:05 +02:00
Dietmar Maurer
d1fc545627 Do not translate iscsi Portal/Target and NFS export
iSCSI naming is already confusing, so we use the original terms here.
2013-08-29 09:39:20 +02:00
Dietmar Maurer
bc3e73be41 do not use gettext() inside render functions 2013-08-29 09:30:54 +02:00
Dietmar Maurer
4a105b3224 try to minimize number of gettext strings 2013-08-29 09:18:25 +02:00
Dietmar Maurer
ae58eee858 do not use gettext() inside render functions
For performance reasons.
2013-08-29 08:57:18 +02:00
Dietmar Maurer
32eff12828 s/gettext('Default')/PVE.Utils.defaultText/ 2013-08-29 07:51:50 +02:00
Dietmar Maurer
f967aeee9e re-add glusterfs GUI 2013-08-29 07:44:08 +02:00
Dietmar Maurer
001b7f7607 gettext updates removed GlusterFS silently - re-add it again 2013-08-29 07:31:23 +02:00
Dietmar Maurer
ab18265d88 fix jslint type confusion errors 2013-08-29 07:27:03 +02:00
Dietmar Maurer
c71952bcc3 fix syntax error introduced by previous gettext updates 2013-08-29 07:23:38 +02:00
Damien PIQUET
0070ee3752 Added translations
Signed-off-by: Damien PIQUET <piqudam@gmail.com>
2013-08-29 07:20:28 +02:00
Dietmar Maurer
c576f1843a display subscription status after login 2013-08-16 10:27:47 +02:00
Dietmar Maurer
6f12dfc8ab use Refresh instead of Update
Because 'Update' only makes sense for users knowing apt-get
command line tool.
2013-08-16 09:27:16 +02:00
Dietmar Maurer
118db09788 make jslint happy 2013-08-13 10:40:58 +02:00
Dietmar Maurer
2b578fef79 add GUI for GlusterFS storage 2013-08-13 10:31:10 +02:00
Dietmar Maurer
76d0de20e2 allow to use serial terminal as display 2013-07-31 10:19:26 +02:00
Dietmar Maurer
cbad4a43ae spice: always use the API server as spice proxy server 2013-07-18 08:30:42 +02:00
Dietmar Maurer
0c47a68214 add qxl to available kvm vga drivers 2013-06-26 14:03:31 +02:00
Dietmar Maurer
29223818a9 add button to start spice console 2013-06-26 13:39:28 +02:00
Dietmar Maurer
5bf00f9328 use better icons for shell/spiceproxy tasks 2013-06-25 14:11:19 +02:00
Dietmar Maurer
77c517f03a add button to display package versions
Provide same info as 'pveversion -v' on GUI.
2013-06-21 12:04:20 +02:00
Dietmar Maurer
3a76893d03 use interactive vnc shell to run system upgrade
System upgrade almost always requires user input.
2013-06-19 11:57:38 +02:00
Dietmar Maurer
a972b69db5 apt: group by Origin
code cleanups
2013-06-19 09:41:35 +02:00
Dietmar Maurer
396c9e4a01 improve changelog viewer 2013-06-18 11:46:32 +02:00
Dietmar Maurer
b688d4389b implement changelog API
Fetching changelog at server side avoids security problems at
client (Same-Origin-Policy).
2013-06-18 09:46:25 +02:00
Dietmar Maurer
869db90dc9 Clone: correctly pass pool parameter 2013-06-17 07:04:38 +02:00
Stefan Priebe
22200378a0 fix 493a85a268
Signed-off-by: Stefan Priebe <s.priebe@profihost.ag>
2013-06-13 17:08:49 +02:00
Dietmar Maurer
7964ca342d use TaskViewer for apt command 2013-06-13 13:09:57 +02:00
Dietmar Maurer
9baa96806a popup dialog to remind user about subscriptions 2013-06-13 12:53:51 +02:00
Dietmar Maurer
b5ffa3eca6 make lint happy 2013-06-13 12:38:58 +02:00
Dietmar Maurer
e58395afeb add confirmation before starting system upgrade 2013-06-13 11:52:32 +02:00
Dietmar Maurer
37207a30ba Allow to view package changelog 2013-06-13 11:52:32 +02:00
Dietmar Maurer
b9065f4d97 improve apt GUI 2013-06-13 11:52:32 +02:00
Dietmar Maurer
719467c67f add package update grid panel to GUI (apt) 2013-06-13 11:52:31 +02:00
Alexandre Derumier
493a85a268 rrd display : avoid 2 refresh
Currently when we open a new summary panel

- we display the rrd with default hour timeframe
- then we refresh it
- then we update from timeframe selector

With this patch:
- We display the rrd with timeframe from selector, or if not defined default hour
- We update from timeframe selector value if timeframe && cf are differents from current value

Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2013-06-12 06:51:38 +02:00
Dietmar Maurer
9fb3048588 PVE.window.Edit: add backgroundDelay option
This can be used for the new async qemu config API.
2013-06-07 11:49:04 +02:00
Dietmar Maurer
efa6d7bcad remove debugging code 2013-06-06 08:04:12 +02:00
Dietmar Maurer
b2fe56d828 fix bug #368: use vtype 'DnsName' to verify host names 2013-06-03 13:12:19 +02:00
Dietmar Maurer
56e237fc9d TaskProgress: add button to show details (TaskViewer) 2013-06-03 11:56:48 +02:00
Dietmar Maurer
8b03461629 use gettext for 'Move disk' 2013-05-31 10:54:56 +02:00
Dietmar Maurer
af53052e93 HDMove: add flag to delete source volume after move
And use new API entry point move_disk (changed in recent qemu-server)
2013-05-31 10:47:06 +02:00
Dietmar Maurer
772a8ffb35 HDMove: show task viewer 2013-05-29 12:38:57 +02:00
Dietmar Maurer
419cd54c79 disable move disk button for unused volumes.
Move for unused volumes is not implememnted.
2013-05-29 12:29:25 +02:00
Dietmar Maurer
d82690807a HDMove: use POST intead of PUT 2013-05-29 12:23:02 +02:00
Alexandre Derumier
93e8c45052 add hdmove panel
Signed-off-by: Alexandre Derumier <aderumier@odiso.com>
2013-05-29 12:19:03 +02:00
Dietmar Maurer
5f28da0ada use correct icons for templates 2013-05-16 09:32:19 +02:00
Dietmar Maurer
13fd499cb6 sort templates after regular VMs 2013-05-16 09:11:42 +02:00
Dietmar Maurer
63f9d5119f update po files
more gettext cleanups
2013-05-16 08:58:36 +02:00
Dietmar Maurer
14b948f585 gettext cleanups 2013-05-16 08:10:54 +02:00