diff options
Diffstat (limited to 'python/gras/query/main.html')
-rw-r--r-- | python/gras/query/main.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/python/gras/query/main.html b/python/gras/query/main.html index 04e5a49..b64d53f 100644 --- a/python/gras/query/main.html +++ b/python/gras/query/main.html @@ -34,13 +34,13 @@ <td id="chart_designer_blocks" rowspan='2'></td> <td><select id="chart_type_selector" /></td> <td> - <label for="spinner">Updates/sec:</label> + <label for="chart_update_rate">Updates/sec:</label> <input id="chart_update_rate" type="spinner" /> </td> </tr> <tr> - <td><input type="submit" value="Create New Chart" id="chart_factory_button" /></td> - <td><label>Active?</label><input id="chart_active_state" type="checkbox" name="active" /></td> + <td><input type="button" value="Create New Chart" id="chart_factory_button" /></td> + <td><input id="chart_active_state" type="checkbox" /><label for="chart_active_state">Active</label></td> </tr> </table> </div> |