105 Commits

Author SHA1 Message Date
Brian Federle
f4b70e5f6e CS-15045
commit 7859d289debae622a15fdb6bda854a8936fd35cb
Author: Pranav Saxena <pranav.saxena@citrix.com>
Date: Tue May 22 23:29:31 2012 +0530

    UI does not support RAW format when hypervisor used is OVM in upload volumes
2012-05-22 11:19:19 -07:00
Jessica Wang
0282f2d8c9 cloudstack 3.0 UI - Instance page - detail view - keep polling newest info from server if VM state is Starting or Stopping. 2012-05-21 15:37:46 -07:00
Jessica Wang
62c456501a CS-15015: cloudstack 3.0 UI - detailView widget - add new property "pollAgainIfValueIsIn" to keep polling newest info from server when a column has a specific value (e.g. volume state column has value 'UploadNotStarted') 2012-05-21 14:04:15 -07:00
Jessica Wang
f38b823631 CS-15015: cloudstack 3.0 UI - Volume page - Upload Volume action - API has been changed from sync to async. Here is related UI change. 2012-05-21 10:48:03 -07:00
Jessica Wang
ba2eb092b4 CS-14905: volume page - Attach Disk action - Instance dropdown - (1) Populate all instances when volume's hypervisor is "None". (2) Populate only instances whose hypervisor matches this volume's hypervisor when volume's hypervisor is not "None". 2012-05-16 14:26:13 -07:00
Jessica Wang
1347b2218c CS-14905: volume page - Attach Disk action - Instance dropdown - populate only instances whose hypervisor matches this volume's hypervisor. 2012-05-15 15:20:53 -07:00
Jessica Wang
bed7b25ba8 CS-14760: volume page - (1) no actions are available when volume state is Uploading. (2) only remove action is available when volume state is UploadError. 2012-05-10 11:32:07 -07:00
Jessica Wang
5d27f2c886 CS-14761: volume page - make migration action available only when volume state is Ready. 2012-05-10 11:15:12 -07:00
Sanjay Tripathi
1d105da9e3 CS-13377: Can't mark a template as featured during template creation from a root volume. 2012-05-08 10:39:07 +05:30
Jessica Wang
44329ece75 CS-14295: cloudstack 3.0 UI - volume page - upload volume dialog - add checksum field. 2012-05-07 11:12:28 -07:00
Jessica Wang
452fc54c0e CS-14735: cloudstack 3.0 UI - Upload Volume - uploadVolume API is sync instead of async. Here is related UI change. 2012-05-04 17:01:58 -07:00
Jessica Wang
25957ab372 CS-14737: cloudstack 3.0 UI - state column in Volume/Snapshot/Instance/SecondaryStorage/Project page - should display state value as is (i.e. as returned in API call). Shouldn't localize value returned in API call. 2012-05-04 16:37:26 -07:00
Jessica Wang
d0c3e21d85 CS-14295: cloudstack 3.0 UI - volume page - listView - implement "Upload Volume" action. 2012-05-02 16:24:14 -07:00
bfederle
57cc1ea378 WIP: Upload volume UI
Adds new action, upload volume, to the storage->volumes list view
header. This will present a dialog to specify URL & name of volume,
and select a VM to attach the volume to.

Server API calls are still incomplete and rely on hardcoded values.
2012-05-02 14:29:29 -07:00
Jessica Wang
4cc9bf95c8 CS-13589: cloudstack 3.0 UI - volume page - when a volume is in "Migrating" state, disallow any action. 2012-04-17 16:24:44 -07:00
frank
2f634c0913 Switch to Apache license 2012-04-03 04:50:05 -07:00
Jessica Wang
964eeeb515 bug 14514: cloudstack 3.0 UI - volume page - show download volume option when a volume's attached VM is stopped or when a volume is detached from a VM. 2012-03-28 14:35:10 -07:00
Jessica Wang
217e357c4e bug 14451: cloudstack 3.0 UI - volume page - remove the "Migrate Volume" option for regular user and domain admin. 2012-03-22 10:32:49 -07:00
Jessica Wang
be9ca30ffb Delete User action - fix a bug that loading image didn't disappear after action was finished. 2012-03-02 11:53:03 -08:00
Jessica Wang
27bfd62e0e delete template action, delete ISO action - use 'remove' instead of 'destroy' since their definitions have been switched. 2012-03-02 11:08:23 -08:00
Jessica Wang
bddbd30e11 delete volume action, delete snapshot action, delete router action - use 'remove' instead of 'destroy' since their definitions have been switched. 2012-03-01 16:41:43 -08:00
Jessica Wang
c390826359 Snapshot page - detail view - make API call to refresh data when Refresh button is clicked. 2012-03-01 11:13:57 -08:00
Jessica Wang
708c7d2168 Volume page - detail view - make API call to refresh data when Refresh button is clicked. 2012-03-01 11:13:29 -08:00
Jessica Wang
1cd1152dd0 bug 13923: volume page - make download volume action available on volumes whose hypervisor is OVM. 2012-02-22 10:54:02 -08:00
Jessica Wang
e27e721b9a bug 13736: volume page - take snapshot - after action completes, not return updated volume because volume is not changed at all from taking snapshot action. 2012-02-18 11:57:06 -08:00
Jessica Wang
0d1f207887 bug 13577: volume page - show "Download volume" option only when corresponding vm is stopped 2012-02-09 15:33:46 -08:00
Brian Federle
f1cd0a482a Localize storage->snapshots section 2012-02-09 15:09:13 -08:00
Brian Federle
9ee043efde Localization for storage->volumes section 2012-02-09 14:15:06 -08:00
Brian Federle
d2284e4439 UI: localization
-Put localization wrappers around listView, detailView widgets

-Add initial localization for instances section
2012-02-09 10:39:59 -08:00
Jessica Wang
6d96648b10 bug 13466: volume page - only show "take snapshot/recurring snapshot" action when volume state is Ready. Hide them otherwise. 2012-02-06 18:30:06 -08:00
bfederle
2d218ad451 bug 13246: Fix attach volume when in project mode
status 13246: resolved fixed
2012-02-02 11:10:03 -08:00
bfederle
83bc7d1c81 Remove UI test data 2012-01-27 09:01:57 -08:00
Jessica Wang
6b1c19cf6e cloudstack 3.0 new UI - volume page, snapshot page - pass listAll=true listXXX API call. 2012-01-11 12:10:26 -08:00
Jessica Wang
3ae9ffe43f cloudstack 3.0 new UI - snapshot page - from actions from listView since they are available in detailView. 2012-01-06 12:24:40 -08:00
Jessica Wang
2a7121c1a0 cloudstack 3.0 new UI - volume page - move recurring snapshot action from listView to detailView. 2012-01-06 12:19:41 -08:00
Jessica Wang
86098e6c89 cloudstack 3.0 new UI - volume page - from actions from listView since they are available in detailView. 2012-01-06 12:06:38 -08:00
Jessica Wang
1d73dd0947 cloudstack 3.0 new UI - volume page - take snapshot action - replace obsolete args.data with args.context 2012-01-06 11:16:09 -08:00
Jessica Wang
e234d101a2 cloudstack 3.0 new UI - snapshot page - implement search. 2012-01-05 14:10:08 -08:00
Jessica Wang
8b2113230e cloudstack 3.0 new UI - volume page - implement search. 2012-01-05 14:06:24 -08:00
Jessica Wang
9b04de2251 bug 12594: cloudstack 3.0 new UI - volume page - allow delete action as long as the volume is not attached to VM. 2012-01-04 15:15:05 -08:00
bfederle
17bf657b71 bug 12745:
Fix listVirtualMachines for attach disk option, when in project mode

status 12745: resolved fixed
2011-12-23 15:20:15 -05:00
bfederle
ec7ace2a2c bug 12573: Correct error handling for add volume
status 12573: resolved fixed
2011-12-22 15:25:55 -08:00
bfederle
4db08d897e Cleanup 'state' field display; whitespace cleanup 2011-12-21 15:32:44 -08:00
Jessica Wang
b3fef67db9 cloudstack 3.0 new UI - configuration page, event page, storage page, system page, template page - apply converter toLocalDate() to date field. 2011-12-21 14:25:31 -08:00
Jessica Wang
1e3fd11369 cloudstack 3.0 new UI - volume page, snapshot page - apply converter toLocalDate() to create date. 2011-12-21 14:17:39 -08:00
Jessica Wang
01879740ef cloudstack 3.0 new UI - volume page - add volume - make name field required. 2011-12-20 17:27:52 -08:00
Jessica Wang
65fad240ce bug 12128: volume page - add new action "migrate volume to another primary storage". 2011-12-12 14:57:57 -08:00
Brian Federle
418b5070bf Remove actions from storage list view, to prevent wrapping
-Remove create template action from list view
-Remove download volume from list view
2011-12-06 10:38:07 -08:00
Brian Federle
30d2f60267 bug 12311
-Fix allowed actions not properly refreshing after attach/detach disk

-Fix allowed actions for snapshot section as well

-Misc. cleanup of storage section
2011-12-06 08:55:05 -08:00
Jessica Wang
fdb21b5521 bug 12152: take snapshot action - fix a bug that showed message "snapshot undefined is ready" 2011-12-02 15:33:07 -08:00