[dss-commits] digitalSTROM web-sources branch, master, updated. 1910d2272bfa131ab1310785a8a5c0dbd38cba9e

git version control dss-commits at forum.digitalstrom.org
Thu Dec 17 15:59:44 CET 2009


This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "digitalSTROM web-sources".

The branch, master has been updated
       via  1910d2272bfa131ab1310785a8a5c0dbd38cba9e (commit)
      from  2370d8cceb6aad46e2668a95f7f1409f6c85017a (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 1910d2272bfa131ab1310785a8a5c0dbd38cba9e
Author: Matias E. Fernandez <“mfernandez at futurelab.ch”>
Date:   Thu Dec 17 15:58:57 2009 +0100

    Showing HK AND RK after ping

-----------------------------------------------------------------------

Changes:
diff --git a/dss-setup-interface/dSS/grid/DevicePanel.js b/dss-setup-interface/dSS/grid/DevicePanel.js
index f8c213f..315c2d9 100644
--- a/dss-setup-interface/dSS/grid/DevicePanel.js
+++ b/dss-setup-interface/dSS/grid/DevicePanel.js
@@ -154,7 +154,7 @@ dSS.grid.DevicePanel = Ext.extend(Ext.grid.GridPanel, {
 					var jsonData = Ext.util.JSON.decode(result.responseText);
 					if(jsonData.ok) {
 						var title = 'Ping ' + record.get('id');
-						var message = "HK: " + jsonData.result.qualityHK + "<br/>RK: " + jsonData.result.qualityHK;
+						var message = "HK: " + jsonData.result.qualityHK + "<br/>RK: " + jsonData.result.qualityRK;
 						Ext.MessageBox.show({
 							title: title,
 							msg: message,


hooks/post-receive
-- 
digitalSTROM web-sources


More information about the dss-commits mailing list