Changeset 3743 for branches/2.4-stable/www/admin/jobagents/view_agent.jsp
- Timestamp:
- Sep 17, 2007, 2:47:03 PM (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/2.4-stable/www/admin/jobagents/view_agent.jsp
r3675 r3743 341 341 { 342 342 PluginDefinition plugin = null; 343 NameablePluginAdaptor nameableProxy = null; 343 344 boolean readPlugin = true; 344 345 try 345 346 { 346 347 plugin = settings.getPluginDefinition(); 348 nameableProxy = new NameablePluginAdaptor(plugin); 347 349 } 348 350 catch (PermissionDeniedException ex) … … 354 356 %> 355 357 <tbl:row> 356 <tbl:cell column="plugin"><%=Base.getLinkedName(ID, n ew NameablePluginAdaptor(plugin), !readPlugin, true)%></tbl:cell>358 <tbl:cell column="plugin"><%=Base.getLinkedName(ID, nameableProxy, !readPlugin, true)%></tbl:cell> 357 359 <tbl:cell column="jarPath"><%=jarPath == null ? "<i>- internal -</i>" : HTML.encodeTags(jarPath)%></tbl:cell> 358 360 <tbl:cell column="trusted"><%=settings.isEffectivelyTrusted()%></tbl:cell>
Note: See TracChangeset
for help on using the changeset viewer.