cluster-devel.redhat.com archive mirror
 help / color / mirror / Atom feed
* [Cluster-devel] conga/luci/storage storage_utils.js
@ 2007-09-26 21:36 rmccabe
  0 siblings, 0 replies; only message in thread
From: rmccabe @ 2007-09-26 21:36 UTC (permalink / raw)
  To: cluster-devel.redhat.com

CVSROOT:	/cvs/cluster
Module name:	conga
Changes by:	rmccabe at sourceware.org	2007-09-26 21:36:08

Modified files:
	luci/storage   : storage_utils.js 

Log message:
	Strip leading whitespace from storage error messages

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/conga/luci/storage/storage_utils.js.diff?cvsroot=cluster&r1=1.2&r2=1.3

--- conga/luci/storage/storage_utils.js	2007/09/25 22:47:05	1.2
+++ conga/luci/storage/storage_utils.js	2007/09/26 21:36:08	1.3
@@ -43,7 +43,7 @@
 				var m = '';
 				if (res[0] == "FAILURE") {
 					err_url = res[1];
-					m = res[2];
+					m = strip_left(res[2]);
 				} else {
 					m = msg;
 				}



^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-09-26 21:36 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-09-26 21:36 [Cluster-devel] conga/luci/storage storage_utils.js rmccabe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).