Author: aschnell Date: Wed Apr 30 16:12:20 2008 New Revision: 47237
URL: http://svn.opensuse.org/viewcvs/yast?rev=47237&view=rev Log: - show for data
Modified: branches/tmp/aschnell/part-redesign/storage/src/include/ep-dm.ycp
Modified: branches/tmp/aschnell/part-redesign/storage/src/include/ep-dm.ycp URL: http://svn.opensuse.org/viewcvs/yast/branches/tmp/aschnell/part-redesign/sto... ============================================================================== --- branches/tmp/aschnell/part-redesign/storage/src/include/ep-dm.ycp (original) +++ branches/tmp/aschnell/part-redesign/storage/src/include/ep-dm.ycp Wed Apr 30 16:12:20 2008 @@ -15,7 +15,7 @@ return StorageFields::PredicateType(disk, partition, [`CT_DM]); }
- list<symbol> fields = StorageFields::Filter([ `device, `size, `mount_point ]); + list<symbol> fields = StorageFields::Filter([ `device, `size, `fs_type, `mount_point ]);
map<string, map> target_map = Storage::GetTargetMap();
@@ -48,7 +48,8 @@
map<string, map> target_map = Storage::GetTargetMap();
- list<symbol> fields = StorageFields::Filter([ `mount_point, `size, `fs_type ]); + list<symbol> fields = StorageFields::Filter([ `device, `mount_point, `mount_by, + `size, `fs_type, `uuid, `label, `newline, `used_by ]);
UI::ReplaceWidget(`tree_panel, Greasemonkey::Transform(
yast-commit@lists.opensuse.org