|
||||||||
|
This message is automatically generated by JIRA. If you think it was sent incorrectly, please contact your JIRA administrators. For more information on JIRA, see: http://www.atlassian.com/software/jira |
||||||||
You received this message because you are subscribed to the Google Groups "Jenkins Issues" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/d/optout.

It seems the issue has been already fixed in https://github.com/jenkinsci/disk-usage-plugin/commit/454be7a46fd59418acfa9e5ab7386cab436ba42d about half a year ago. The fix is present in latest released version 0.23 too.
DiskUsageManagement.getUrlName() returns "disk-usage" string, which is then used as a relative path to the parent object/page. Verified in debugger that this method produces the address. The link is correct while accessing both from http://localhost:9000/ and http://127.0.0.1:9000/.
The issue can be closed as fixed.