Commit d633a700 authored by Claes Sjofors's avatar Claes Sjofors

pwr_bcomp.jar,pwr_bcompfc.jar and pwr_abb.jar added to archive list in menu html file

parent 9b78f9a7
...@@ -224,7 +224,7 @@ int Graph::generate_web( ldh_tSesContext ldhses) ...@@ -224,7 +224,7 @@ int Graph::generate_web( ldh_tSesContext ldhses)
strcpy( load_archives, (char *)value_p); strcpy( load_archives, (char *)value_p);
free( value_p); free( value_p);
strcpy( arlist, "pwr_rt_client.jar,pwr_jop.jar,pwr_jopc.jar"); strcpy( arlist, "pwr_rt_client.jar,pwr_jop.jar,pwr_jopc.jar,pwr_bcomp.jar,pwr_bcompfc.jar,pwr_abb.jar");
dcli_trim( load_archives, load_archives); dcli_trim( load_archives, load_archives);
if ( strcmp( load_archives, "") != 0) { if ( strcmp( load_archives, "") != 0) {
strcat( arlist, ","); strcat( arlist, ",");
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment