]> git.sur5r.net Git - bacula/bacula/commitdiff
bacula-web: Added value to job report option
authorDavide Franco <bacula-dev@dflc.ch>
Sun, 24 Jul 2011 10:57:38 +0000 (12:57 +0200)
committerKern Sibbald <kern@sibbald.com>
Sat, 20 Apr 2013 12:49:28 +0000 (14:49 +0200)
gui/bacula-web/templates/index.tpl

index 5dd1ab34283274c5c51ab4cdf04ed79935c20885..e3eedf58cbf04dc01e6209c3e30a5e04b0fce06f 100644 (file)
                <tr>
                        <td class="label">Interval</td>
                        <td class="info">
-                               <select>
-                                       <option>Last day
-                                       <option>Last week
-                                       <option>Last month
+                               <select name="period">
+                                       <option value="7">Last week
+                                       <option value="14">Last 2 week
+                                       <option value="28">Last month
                                </select>
                        </td>
                </tr>