serenc
5bb7a07711
CP-25551: Added Provisioning Page to the Wizard
...
Signed-off-by: serenc <seren.corbett@citrix.com>
2017-11-28 10:51:44 +00:00
Gabor Apati-Nagy
59b904eb2d
CP-17098: Integrate gfs2 in New SR wizard for HBA and FCOE SRs
...
Fix earlier resolved conflicts
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-10-24 14:55:07 +01:00
Gabor Apati-Nagy
033e7df8af
CP-17098: Integrate gfs2 in New SR wizard for HBA and FCOE SRs
...
Fix earlier resolved conflicts
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-10-23 15:05:25 +01:00
Mihaela Stoica
304b2c9fab
CP-17098: Integrate gfs2 in New SR wizard for HBA and FCOE SRs
...
Changes following code review
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-10-20 11:06:16 +01:00
Mihaela Stoica
6249663ae2
CP-17098: Integrate gfs2 in New SR wizard for HBA and FCOE SRs
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
Conflicts:
XenAdmin/Wizards/NewSRWizard.cs
XenAdmin/Wizards/NewSRWizard_Pages/ChooseSrTypePage.cs
XenAdmin/Wizards/NewSRWizard_Pages/Frontends/LVMoHBA.cs
XenAdmin/Wizards/NewSRWizard_Pages/SrWizardType.cs
2017-10-20 11:05:45 +01:00
Mihaela Stoica
a56338861c
CP-16484: Integrate gfs2 in New SR wizard for iSCSI SRs
...
Signed-off-by: Mihaela Stoica <Mihaela.Stoica@citrix.com>
Conflicts:
XenAdmin/Wizards/NewSRWizard_Pages/Frontends/LVMoISCSI.cs
XenAdmin/Wizards/NewSRWizard_Pages/SrWizardType.cs
XenAdmin/XenAdmin.csproj
2017-10-20 10:42:35 +01:00
Konstantina Chremmou
ae22560ce8
Converted all extension get properties of the API classes to methods in order to
...
prevent them from being serialised alongside the API properties. This will also
be useful for moving the API bindings out of XenModel.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2017-09-03 03:35:30 +01:00
vetrivelc
d624d93865
L10N:CP-23040,CP-23012 Traanslation Checkin
2017-07-04 10:39:46 +05:30
vetrivelc
8d0f994d40
L10N: Fix CA-255548 & translation updates
2017-06-22 13:45:26 +05:30
Stephen Turner
eda73f1dff
Fix several usage errors identified by Lexica
2017-06-20 14:29:22 +01:00
Mihaela Stoica
68aa91bcaa
CA-242134: Remove code targeting pre-Clearwater hosts and unnecessary ClearwaterOrGreater checks
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2017-05-05 15:35:25 +01:00
vetrivelc
6d9273f304
L10N: Translation Changes & VMSS updates CP-20708
2017-02-14 03:27:38 +00:00
Gabor Apati-Nagy
978f85233c
CA-176169: Added copyright statement to files which it was missing from
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2017-01-16 20:14:56 +00:00
Gabor Apati-Nagy
7c0bc50b4a
CA-176169: Changed copyright statements to include the comma in Citrix Systems,
...
Inc.
Signed-off-by: Gabor Apati-Nagy<gabor.apati-nagy@citrix.com>
2017-01-16 19:59:50 +00:00
Konstantina Chremmou
cbdf7d3742
Merge pull request #1334 from MihaelaStoica/CA-216752
...
CA-216752: Not all wizards progress through to the next page by press…
2016-12-22 09:14:29 +00:00
Mihaela Stoica
0115461f66
CA-216752: Not all wizards progress through to the next page by pressing the Enter key
...
- Added SelectDefaultControl() to more wizard pages
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-12-21 13:33:04 +00:00
Konstantina Chremmou
e176194a06
Merge pull request #1339 from GaborApatiNagy/master_CA-211363
...
CA-211363: Replace 'User name' labels with 'Username'
2016-12-20 09:44:25 +00:00
Gabor Apati-Nagy
122e6ae012
CA-207011: Don't allow XC to create more than one SMB ISO SR on the same share
...
fixed the name of a method
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-12-09 15:27:22 +00:00
Gabor Apati-Nagy
5f24a4e084
CA-211363: Replace 'User name' labels with 'Username'
...
According to the Microsoft style guide XC to use 'username' for UI fields and use 'user name' when it's being referred to.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-12-07 11:12:58 +00:00
Gabor Apati-Nagy
517b4cc45b
CA-207011: Don't allow XC to create more than one SMB ISO SR on the same share
...
This commit uses the same logic that is used for NFS ISOs.
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2016-12-06 11:27:53 +00:00
Konstantina Chremmou
f17617b2ec
CA-227601: check whether the storage repositories support database replication
...
on a background thread and show a spinner while this is going on. Also: run this
check only the first time the page is loaded; some refactoring, namely simplified
the code scanning for SRs by reducing the number of things each method does;
fixed column widths; removed unused property.
Signed-off-by: Konstantina Chremmou <konstantina.chremmou@citrix.com>
2016-11-07 13:54:03 +00:00
Mihaela Stoica
da9e99b1cb
CP-17161: Add 'using' statement around dialogs to ensure garbage collection
...
- fix ActionProgressDialog usages
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-20 13:17:42 +01:00
Mihaela Stoica
3f25c5868f
CP-17161: Add 'using' statement around dialogs to ensure garbage collection
...
- fix all ThreeButtonDialog usages (and some other dialogs that I've came across)
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-06-20 10:49:12 +01:00
CITRITE\sriharshak
8c0623b8f2
L10N:Dundee:Translation check-ins
2016-04-20 19:16:33 +05:30
Mihaela Stoica
549e26ad94
CA-208495: XenCenter does not specify the NFS version when reattaching an existing SR
...
- Re-position the version radio-buttons, so that is clear that the selected version applies to both Create and Reattach
- Pass the selected version to the attach command in the device_config parameter
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-20 09:44:58 +01:00
Mihaela Stoica
64d9bece24
CA-207915: XenCenter does not display the correct supported NFS versions in the New SR wizard
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-04-15 15:01:09 +01:00
CITRITE\sriharshak
cf2fbe88e3
L10N:Dundee:Xencenter:ITR002 transltion check-ins
2016-03-23 23:58:30 +05:30
CITRITE\sriharshak
ef8628ff92
L10N : Dundee translation checkins Iteration 01
2016-03-21 16:45:35 +05:30
Mihaela Stoica
1eac78ac00
CA-203178: Unable to create HBA SR using new storage repository wizard in XC
...
- Removed the Storage provisioning page from the New SR Wizard
2016-03-08 14:47:55 +00:00
Gabor Apati-Nagy
6cde7d9c3f
CP-15830: Add Help IDs for new dialogs in Dundee
2016-02-18 13:09:53 +00:00
Mihaela Stoica
9f99c37f83
CP-16012: Rename branding variables
...
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2016-02-10 11:52:30 +00:00
Cheng Zhang
08741a1fa0
CP-15398: Make texture company name rebrandable
...
Signed-off-by: Cheng Zhang <cheng.zhang@citrix.com>
2016-01-19 18:40:54 +08:00
Stephen Turner
3e7fda871a
CP-14647: Remove four unused variables
2015-11-09 14:54:11 +00:00
Stephen Turner
ce609e31ff
CP-14647: Intermediate check-in #4
2015-11-08 11:28:01 +00:00
Stephen Turner
cf6534275e
CP-14647: Intermediate check-in #2
2015-11-08 11:27:57 +00:00
Stephen Turner
b587ab832e
CP-14647: Intermediate check-in #1
2015-11-08 11:27:56 +00:00
Gabor Apati-Nagy
c459211f80
CP-14778: Update CIFS -> SMB in XenCenter
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-11-06 14:31:52 +00:00
Carmen Agimof
78c80a7887
CA-181440: Adds text that explains the bounds of the incremental allocation in the Thin Provisioning Parameters Control.
2015-09-07 17:45:57 +01:00
Carmen Agimof
b4c7d60f6d
Merge remote-tracking branch 'upstream/master' into CP-13902
...
Conflicts:
XenAdmin/Wizards/NewSRWizard_Pages/Frontends/StorageProvisioning.cs
2015-09-02 13:19:49 +01:00
Carmen Agimof
1698de61ce
CA-177783: Create SR using ISCSI type in XenCenter cannot go back and choose to format after reattach.
...
Solves issue related to error message that was not visible in the Location Page for the ISCSI type.
2015-09-01 17:25:44 +01:00
Carmen Agimof
549067f2d0
CP - Refactors Provisioning page in SR wizards to use the new control for allocations.
...
Adds tab indexing to the control for allocation and changes label names.
Corrects mistake that led to exception being thrown when the Disk Size is decreased in the the New Disk Dialog.
2015-08-28 16:44:22 +01:00
Carmen Agimof
7973bd0668
CA-13174: Adds tab Indexing and hotkeys in the NewDiskDialog and the Storage Provisioning Page in the NewSR wizard.
2015-08-27 13:00:45 +01:00
Carmen Agimof
189fc17d92
CP-13174: Arranges code and removes unused variables.
2015-08-27 10:23:09 +01:00
Carmen Agimof
0cca0fc125
CP-13174: Rename Size Property and Refactors code
2015-08-26 17:41:59 +01:00
Carmen Agimof
06b7b66357
CP-13174: Change units used for initial_allocation and allocation_quantum to MB or GB instead of percentages.
...
Changes allocation type from "dynamic" to "xlvhd".
2015-08-26 17:14:01 +01:00
Mihaela Stoica
f4bbcca1a9
CP-13103: Update terminology displayed in the UI for thin provisioning
...
- Thick provisioning - > Fully provisioned
- Subsequent allocations -> Incremental allocations
Also, updated the Next button on the Location page of HBA SR, to say "Next" for Dundee or greater and "Create" for pre-Dundee pools.
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-07-28 09:23:07 +01:00
Gabor Apati-Nagy
6a9a192253
Fixing FCoE build
...
Signed-off-by: Gabor Apati-Nagy <gabor.apati-nagy@citrix.com>
2015-06-30 13:53:35 +01:00
Gabor Apati-Nagy
b60a6ab24d
Update LVMoFCoE.Designer.cs
...
Fixing build
2015-06-30 13:17:53 +01:00
Mihaela Stoica
f026384f37
CP-12314: FCoE in the SR wizard
...
- show new NIC column on the Location page (visible for FCoE only)
- display the summary page
- resource strings for default SR name and the blurb on the first page in the wizard
Signed-off-by: Mihaela Stoica <mihaela.stoica@citrix.com>
2015-06-29 14:44:35 +01:00
Gabor Apati-Nagy
3402ca03d8
CP-12314: CAR-576 XC: New SR type for FCoE
...
Added 'path' for FCoE device config
2015-06-29 14:44:32 +01:00