From dd5087cb53250fd6822140bd008f99085372ad03 Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Mon, 8 May 2017 17:49:05 +0200 Subject: [PATCH 1/2] Added new help tip icon to snmp console --- pandora_console/images/tip_grey.png | Bin 0 -> 284 bytes .../operation/snmpconsole/snmp_view.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 pandora_console/images/tip_grey.png diff --git a/pandora_console/images/tip_grey.png b/pandora_console/images/tip_grey.png new file mode 100644 index 0000000000000000000000000000000000000000..5257d092bdc853ee006e1d45a67f1295f17218e3 GIT binary patch literal 284 zcmeAS@N?(olHy`uVBq!ia0vp^d_c^_!N$PA`1xLZAdn+j;u=vBoS#-wo>-L1;Fyx1 zl&avFo0y&&l$w}QS$Hzl2B>JCr;B4q#jT_S2BzxjYGySyjuY%03T!+K0uDU^rvDfI z;bvfLiJrz8$)?a?ATUXCg;t`F!!NrIHV%b79g@D!>sVP^+Z{eI+%#o$$gWKTyc<@>A-@W3_MB`yk#ydaoDEG^tAp#w{@k09}BBI2lLG? ghdqo>(q}L+e3Q2LQ1iSf6zCHMPgg&ebxsLQ02_#1a{vGU literal 0 HcmV?d00001 diff --git a/pandora_console/operation/snmpconsole/snmp_view.php b/pandora_console/operation/snmpconsole/snmp_view.php index 75a90c7abc..3960a857c2 100755 --- a/pandora_console/operation/snmpconsole/snmp_view.php +++ b/pandora_console/operation/snmpconsole/snmp_view.php @@ -678,7 +678,7 @@ if ($traps !== false) { continue; } $data[1] = ''; - $data[1] .= ''.$agent["nombre"].ui_print_help_tip($trap['source'], true);''; + $data[1] .= ''.$agent["nombre"].ui_print_help_tip($trap['source'], true, "images/tip_grey.png");''; } //OID From 19a12b23efb6142327febe172e354e4cae2353ac Mon Sep 17 00:00:00 2001 From: Arturo Gonzalez Date: Wed, 17 May 2017 11:37:19 +0200 Subject: [PATCH 2/2] Added white start to snmp traps --- pandora_console/images/tip-blanco.png | Bin 0 -> 235 bytes .../operation/snmpconsole/snmp_view.php | 2 +- 2 files changed, 1 insertion(+), 1 deletion(-) create mode 100644 pandora_console/images/tip-blanco.png diff --git a/pandora_console/images/tip-blanco.png b/pandora_console/images/tip-blanco.png new file mode 100644 index 0000000000000000000000000000000000000000..6e106d4c4833cc6f3242eba6085efdff999ca555 GIT binary patch literal 235 zcmeAS@N?(olHy`uVBq!ia0vp^d_c^_!N$PA`1xLZAdn+j;u=vBoS#-wo>-L1;Fyx1 zl&avFo0y&&l$w}QS$Hzl2B@gl)5S5Q;#N|E1Ka=q|M&9?IPgd?C^RGl{r>NKpsInv zX<|alsekMjeNGrLFt(iS`EOt*Y{seZRnCQ(Mc^aHiex(h?FHOyf81HWZ+zLr$Xvo+ z+fdy%@gq|Q8;5~YUI4>Pk5z|7C(JRJA2I(C)BD7K2bNkgcB@SZI4D~F(P0lmhiGFX iW7iv(6^(obtPB^<%`Ibce|!Y!Fa}RoKbLh*2~7Z{EK?K! literal 0 HcmV?d00001 diff --git a/pandora_console/operation/snmpconsole/snmp_view.php b/pandora_console/operation/snmpconsole/snmp_view.php index 3960a857c2..ca78acda55 100755 --- a/pandora_console/operation/snmpconsole/snmp_view.php +++ b/pandora_console/operation/snmpconsole/snmp_view.php @@ -678,7 +678,7 @@ if ($traps !== false) { continue; } $data[1] = ''; - $data[1] .= ''.$agent["nombre"].ui_print_help_tip($trap['source'], true, "images/tip_grey.png");''; + $data[1] .= ''.$agent["nombre"].ui_print_help_tip($trap['source'], true, "images/tip-blanco.png");''; } //OID