Skip to content

Commit

Permalink
run update-patches.sh to update files accordingly.
Browse files Browse the repository at this point in the history
  • Loading branch information
jens-maus committed Nov 1, 2024
1 parent e19fd7d commit d726437
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 12 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
--- occu/HMserver/opt/HMServer/pages/GroupEditPage.ftl.orig
+++ occu/HMserver/opt/HMServer/pages/GroupEditPage.ftl
@@ -305,7 +305,8 @@
@@ -329,7 +329,8 @@
{
ShowWaitAnim();

Expand All @@ -10,7 +10,7 @@
HideWaitAnim();

/*
@@ -544,7 +545,9 @@
@@ -568,7 +569,9 @@
});

ko.utils.arrayForEach(viewModel.assignableDevices(), function(item) {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
</script>
<!--</head>
<body>-->
<form id="groupEditForm" style="display: none">
<table id="parameter" class="tTable" border="0" cellpadding="0" cellspacing="0">
<form id="groupEditForm" style="display: none; width: 100%;">
<table id="parameter" class="tTable" border="0" cellpadding="0" cellspacing="0" style="width:unset;">
<colgroup>
<col style="width:20%;"/>
<col style="width:80%;"/>
</colgroup>
<thead>
<tr>
<td class="thCell CLASS04900" >${"$"}{groupParameterName}</td>
Expand Down Expand Up @@ -48,7 +52,14 @@

</tbody>
</table>
<table class="tTable" border="0" cellpadding="0" cellspacing="0">
<table class="tTable" border="0" cellpadding="0" cellspacing="0" style="width:unset;">
<colgroup>
<col style="width:30%;"/>
<col style="width:30%;"/>
<col style="width:50px;"/>
<col style="width:20%;"/>
<col style="width:20%;"/>
</colgroup>
<thead>
<tr>
<td class="thCell CLASS04900" colspan="5" style="font-size: 16px !important">${"$"}{groupAssignedDevices}</td>
Expand Down Expand Up @@ -84,7 +95,14 @@
</tfoot>
</table>

<table class="tTable" border="0" cellpadding="0" cellspacing="0">
<table class="tTable" border="0" cellpadding="0" cellspacing="0" style="width:unset;">
<colgroup>
<col style="width:30%;"/>
<col style="width:30%;"/>
<col style="width:50px;"/>
<col style="width:20%;"/>
<col style="width:20%;"/>
</colgroup>
<thead>
<tr>
<td class="thCell CLASS04900" colspan="5" style="font-size: 16px !important">${"$"}{groupAllDevices}</td>
Expand Down Expand Up @@ -127,7 +145,13 @@
</tfoot>
</table>

<table class="tTable" border="0" cellpadding="0" cellspacing="0">
<table class="tTable" border="0" cellpadding="0" cellspacing="0" style="width:unset;">
<colgroup>
<col style="width:30%;"/>
<col style="width:30%;"/>
<col style="width:50px;"/>
<col style="width:40%;"/>
</colgroup>
<thead>
<tr>
<td class="thCell CLASS04900" colspan="5" style="font-size: 16px !important">${"$"}{groupLinkedDevices}</td>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,12 @@
</script>
<!--</head>
<body>-->
<form id="groupEditForm" style="display: none">
<table id="parameter" class="tTable" border="0" cellpadding="0" cellspacing="0">
<form id="groupEditForm" style="display: none; width: 100%;">
<table id="parameter" class="tTable" border="0" cellpadding="0" cellspacing="0" style="width:unset;">
<colgroup>
<col style="width:20%;"/>
<col style="width:80%;"/>
</colgroup>
<thead>
<tr>
<td class="thCell CLASS04900" >${"$"}{groupParameterName}</td>
Expand Down Expand Up @@ -48,7 +52,14 @@

</tbody>
</table>
<table class="tTable" border="0" cellpadding="0" cellspacing="0">
<table class="tTable" border="0" cellpadding="0" cellspacing="0" style="width:unset;">
<colgroup>
<col style="width:30%;"/>
<col style="width:30%;"/>
<col style="width:50px;"/>
<col style="width:20%;"/>
<col style="width:20%;"/>
</colgroup>
<thead>
<tr>
<td class="thCell CLASS04900" colspan="5" style="font-size: 16px !important">${"$"}{groupAssignedDevices}</td>
Expand Down Expand Up @@ -84,7 +95,14 @@
</tfoot>
</table>

<table class="tTable" border="0" cellpadding="0" cellspacing="0">
<table class="tTable" border="0" cellpadding="0" cellspacing="0" style="width:unset;">
<colgroup>
<col style="width:30%;"/>
<col style="width:30%;"/>
<col style="width:50px;"/>
<col style="width:20%;"/>
<col style="width:20%;"/>
</colgroup>
<thead>
<tr>
<td class="thCell CLASS04900" colspan="5" style="font-size: 16px !important">${"$"}{groupAllDevices}</td>
Expand Down Expand Up @@ -127,7 +145,13 @@
</tfoot>
</table>

<table class="tTable" border="0" cellpadding="0" cellspacing="0">
<table class="tTable" border="0" cellpadding="0" cellspacing="0" style="width:unset;">
<colgroup>
<col style="width:30%;"/>
<col style="width:30%;"/>
<col style="width:50px;"/>
<col style="width:40%;"/>
</colgroup>
<thead>
<tr>
<td class="thCell CLASS04900" colspan="5" style="font-size: 16px !important">${"$"}{groupLinkedDevices}</td>
Expand Down

0 comments on commit d726437

Please sign in to comment.