You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@cloudstack.apache.org by GitBox <gi...@apache.org> on 2018/09/07 08:48:09 UTC

[GitHub] rhtyd closed pull request #2836: Volume snapshot recurring schedule not showing

rhtyd closed pull request #2836: Volume snapshot recurring schedule not showing
URL: https://github.com/apache/cloudstack/pull/2836
 
 
   

This is a PR merged from a forked repository.
As GitHub hides the original diff on merge, it is displayed below for
the sake of provenance:

As this is a foreign pull request (from a fork), the diff is supplied
below (as it won't show otherwise due to GitHub magic):

diff --git a/ui/index.html b/ui/index.html
index 6b3eef8174e..3d503c8c9cd 100644
--- a/ui/index.html
+++ b/ui/index.html
@@ -1583,7 +1583,7 @@ <h3><translate key="label.set.up.zone.type"/></h3>
                                 <div class="field maxsnaps">
                                     <div class="name"><translate key="label.keep" /></div>
                                     <div class="value">
-                                        <input type="text" name="maxsnaps" class="required" />
+                                        <input type="text" name="maxsnaps" class="required" maxlength="9"/>
                                         <label for="maxsnaps"><translate key="label.snapshots" /></label>
                                     </div>
                                 </div>
@@ -1686,34 +1686,34 @@ <h3><translate key="label.set.up.zone.type"/></h3>
                         <tbody>
                             <!-- Hourly -->
                             <tr class="hourly">
-                                <td class="time"><translate key="label.time.colon" /> <span></span> <translate key="label.min.past.the.hr" /></td>
+                                <td class="time"><translate key="label.time.colon"></translate> <span></span> <translate key="label.min.past.the.hr"></translate></td>
                                 <td class="day-of-week"><span></span></td>
-                                <td class="timezone"><translate key="label.timezone.colon" /><br/><span></span></td>
-                                <td class="keep"><translate key="label.keep.colon" /> <span></span></td>
+                                <td class="timezone"><translate key="label.timezone.colon"></translate><br/><span></span></td>
+                                <td class="keep"><translate key="label.keep.colon"></translate> <span></span></td>
                                 <td class="actions"><div class="action destroy"><span class="icon">&nbsp;</span></div></td>
                             </tr>
                             <!-- Daily -->
                             <tr class="daily">
-                                <td class="time"><translate key="label.time.colon" /> <span></span></td>
+                                <td class="time"><translate key="label.time.colon"></translate> <span></span></td>
                                 <td class="day-of-week"><span></span></td>
-                                <td class="timezone"><translate key="label.timezone.colon" /><br/><span></span></td>
-                                <td class="keep"><translate key="label.keep.colon" /> <span></span></td>
+                                <td class="timezone"><translate key="label.timezone.colon"></translate><br/><span></span></td>
+                                <td class="keep"><translate key="label.keep.colon"></translate> <span></span></td>
                                 <td class="actions"><div class="action destroy"><span class="icon">&nbsp;</span></div></td>
                             </tr>
                             <!-- Weekly -->
                             <tr class="weekly">
-                                <td class="time"><translate key="label.time.colon" /> <span></span></td>
-                                <td class="day-of-week"><translate key="label.every" /> <span></span></td>
-                                <td class="timezone"><translate key="label.timezone.colon" /><br/><span></span></td>
-                                <td class="keep"><translate key="label.keep.colon" /> <span></span></td>
+                                <td class="time"><translate key="label.time.colon"></translate> <span></span></td>
+                                <td class="day-of-week"><translate key="label.every"></translate> <span></span></td>
+                                <td class="timezone"><translate key="label.timezone.colon"></translate><br/><span></span></td>
+                                <td class="keep"><translate key="label.keep.colon"></translate> <span></span></td>
                                 <td class="actions"><div class="action destroy"><span class="icon">&nbsp;</span></div></td>
                             </tr>
                             <!-- Monthly -->
                             <tr class="monthly">
-                                <td class="time"><translate key="label.time.colon" /> <span></span></td>
-                                <td class="day-of-week"><translate key="label.day" /> <span></span> <translate key="label.of.month" /></td>
-                                <td class="timezone"><translate key="label.timezone.colon" /><br/><span></span></td>
-                                <td class="keep"><translate key="label.keep.colon" /> <span></span></td>
+                                <td class="time"><translate key="label.time.colon"></translate> <span></span></td>
+                                <td class="day-of-week"><translate key="label.day"></translate> <span></span> <translate key="label.of.month"></translate></td>
+                                <td class="timezone"><translate key="label.timezone.colon"></translate><br/><span></span></td>
+                                <td class="keep"><translate key="label.keep.colon"></translate> <span></span></td>
                                 <td class="actions"><div class="action destroy"><span class="icon">&nbsp;</span></div></td>
                             </tr>
                         </tbody>


 

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services