Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/bareos/bareos-webui.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFrank Bergkemper <frank.bergkemper@bareos.com>2017-12-07 19:14:31 +0300
committerFrank Bergkemper <frank.bergkemper@bareos.com>2017-12-07 19:14:31 +0300
commitbaab892cc55ace826b01aa83d44f2d81241d1c25 (patch)
tree0306043ba93f3d538100c9c28733d15bfe908a09
parent275905bf480ed921ffd55d30deae17b2ad4ae414 (diff)
fix broken link
-rw-r--r--module/Media/view/media/media/details.phtml2
1 files changed, 1 insertions, 1 deletions
diff --git a/module/Media/view/media/media/details.phtml b/module/Media/view/media/media/details.phtml
index 59ebe4e..1584fdd 100644
--- a/module/Media/view/media/media/details.phtml
+++ b/module/Media/view/media/media/details.phtml
@@ -212,7 +212,7 @@ $this->headTitle($title);
field: 'name',
sortable: true,
formatter: function(value) {
- return '<a href="<?php echo $this->basePath() . '/job/details/'; ?>'+value+'">'+value+'</a>';
+ return '<a href="<?php echo $this->basePath() . '/job/index?jobname='; ?>'+value+'">'+value+'</a>';
}
},
{