Fixed shrinked boxes in Resources>Machines>Edit machine
FEA: ItEr02S03MigracionZK5
This commit is contained in:
parent
7a82cd5373
commit
83bea21da9
3 changed files with 4 additions and 3 deletions
|
|
@ -21,7 +21,7 @@
|
|||
<?component name="calendarEdition" inline="true" macroURI="/calendars/_edition.zul"?>
|
||||
<?component name="createNewVersion" inline="true" macroURI="/calendars/_createNewVersion.zul"?>
|
||||
|
||||
<vbox id="resourceCalendarContainer">
|
||||
<vbox id="resourceCalendarContainer" width="100%">
|
||||
|
||||
<div visible="@{controller.isCalendarNull}">
|
||||
|
||||
|
|
|
|||
|
|
@ -19,7 +19,8 @@
|
|||
-->
|
||||
<vbox
|
||||
apply="org.navalplanner.web.resources.machine.MachineConfigurationController"
|
||||
id="${arg.id}">
|
||||
id="${arg.id}"
|
||||
width="100%">
|
||||
<button label="${i18n:_('Add new configuration unit')}"
|
||||
onClick="configurationController.addConfigurationUnit();" />
|
||||
|
||||
|
|
|
|||
|
|
@ -18,7 +18,7 @@
|
|||
along with this program. If not, see <http://www.gnu.org/licenses/>.
|
||||
-->
|
||||
|
||||
<vbox id="criterionsContainer">
|
||||
<vbox id="criterionsContainer" width="100%">
|
||||
<vbox id="messagesContainer"/>
|
||||
<panel title="${i18n:_('Assigned criteria')}" border="normal">
|
||||
<panelchildren>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue