Skip to content

Commit

Permalink
Merge pull request #69 from ls-zhu/master
Browse files Browse the repository at this point in the history
A better UI layout for IP selection combox and port input field in AddTarget Page.
  • Loading branch information
ls-zhu committed Apr 10, 2018
2 parents 7d012a5 + 96918ad commit e755e93
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 10 deletions.
8 changes: 8 additions & 0 deletions package/yast2-iscsi-lio-server.changes
Original file line number Diff line number Diff line change
@@ -1,3 +1,11 @@
-------------------------------------------------------------------
Tue Apr 10 08:58:28 UTC 2018 - lszhu@localhost

- bsc#1088677
A better UI layout for IP selection combox and port input field
in AddTarget Page.
-4.08

-------------------------------------------------------------------
Mon Mar 26 13:22:53 UTC 2018 - cwh@suse.com

Expand Down
2 changes: 1 addition & 1 deletion package/yast2-iscsi-lio-server.spec
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@


Name: yast2-iscsi-lio-server
Version: 4.0.7
Version: 4.0.8
Release: 0

BuildRoot: %{_tmppath}/%{name}-%{version}-build
Expand Down
13 changes: 4 additions & 9 deletions src/include/iscsi-lio-server/UI_dialogs.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2094,15 +2094,10 @@ def contents
HSpacing(15),
),
HBox(
HSpacing(17),
Left(
HBox(
@IP_selsection_box,
@target_port_num_field,
HSpacing(100),
)
),
HSpacing(20),
HSpacing(15),
@IP_selsection_box,
@target_port_num_field,
HSpacing(15),
),
VBox(
HBox(
Expand Down

0 comments on commit e755e93

Please sign in to comment.