downloadRemoteIndexOnStartup=Download Remote Index on Startup
remoteDownloadTimeout=Download Remote Timeout
-#proxy connector
-proxy-connectors.grid.remoterepo.settings.popover.title=Settings
-proxy-connectors.remoterepo.settings.networkproxy=Network Proxy
-
#network proxy
networkproxy.updated=Network Proxy " {0} " updated.
networkproxy.added=Network Proxy " {0} " added.
proxy-connectors.grid.managedrepo.title=Managed Repository
proxy-connector.blacklist=Black List
proxy-connector.whitelist=White List
+proxyconnector.removed=ProxyConnector removed.
+proxyconnector.added=ProxyConnector added.
+proxy-connectors.grid.remoterepo.settings.popover.title=Proxy Connector Settings
+proxy-connectors.remoterepo.settings.networkproxy=Network Proxy
<td>${row.sourceRepoId()}</td>
<td>${row.targetRepoId()}-${row.order()}</td>
<td>
- <a popover-title="${$.i18n.prop('proxy-connectors.grid.remoterepo.settings.popover.title')}"
+ <a data-original-title="${$.i18n.prop('proxy-connectors.grid.remoterepo.settings.popover.title')}"
data-bind="event: { mouseover: function(){ showSettings(row)},},click: function(){ editProxyConnector(row)}"
id="proxy-connectors-grid-remoterepo-settings-edit-${row.sourceRepoId()}-${row.targetRepoId()}" href="#">
${$.i18n.prop('edit')}
{{/if}}
<td><a href="#" data-bind="click: function(){ showPomSnippet(row) }">${$.i18n.prop('managedrepository.pomsnippet')}</a></td>
<td id="managedrepository-stats-${row.id()}">
- <img src="images/utilities-system-monitor.png" popover-title="${$.i18n.prop('managedrepository.stats')}"
+ <img src="images/utilities-system-monitor.png" data-original-title="${$.i18n.prop('managedrepository.stats')}"
data-bind="event: { mouseover: function(){ showStats(row) }, mouseout: function(){ hideStats(row) },}"
id="managedrepository-stats-img-${row.id()}"/>
</td>