luci-app-dockerman: fix(networks): Use relative path for network detail links
Signed-off-by: sbwml <admin@cooluc.com>
This commit is contained in:
@@ -208,7 +208,7 @@ return dm2.dv.extend({
|
||||
const n = net.Name;
|
||||
const _shortId = (net.Id || '').substring(0, 12);
|
||||
const shortLink = E('a', {
|
||||
'href': `${view.dockerman_url}/network/${net.Id}`,
|
||||
'href': `network/${net.Id}`,
|
||||
'style': 'font-family: monospace;',
|
||||
'title': _('Click to view this network'),
|
||||
}, [_shortId]);
|
||||
|
||||
Reference in New Issue
Block a user