Author: jfthomps
Date: Thu Jul 23 16:10:09 2015
New Revision: 1692415
URL: http://svn.apache.org/r1692415
Log:
VCL-890 - add button to edit computer profile page to reload table contents
computer.php: modified extraResourceFilters: added button to reload the
contents of the table
Modified:
vcl/trunk/web/.ht-inc/computer.php
Modified: vcl/trunk/web/.ht-inc/computer.php
URL:
http://svn.apache.org/viewvc/vcl/trunk/web/.ht-inc/computer.php?rev=1692415&r1=1692414&r2=1692415&view=diff
==============================================================================
--- vcl/trunk/web/.ht-inc/computer.php (original)
+++ vcl/trunk/web/.ht-inc/computer.php Thu Jul 23 16:10:09 2015
@@ -381,6 +381,9 @@ class Computer extends Resource {
$h .= " </div>\n"; # tooltip dialog
$h .= "</div>\n"; # drop down button
+ # refresh button
+ $h .= dijitButton('', 'Refresh Computer Data',
'refreshcompdata(0);');
+
$h .= "<div dojoType=dijit.Dialog\n";
$h .= " id=\"confirmactiondlg\"\n";
$h .= " duration=250\n";