Fixed: Downloading log file asking for password when authentication is disabled

This commit is contained in:
Mark McDowall 2014-03-20 22:20:35 -07:00
parent c6e492af4e
commit 4752ba3341
5 changed files with 5 additions and 5 deletions

View file

@ -10,7 +10,7 @@ define(
render: function () {
this.$el.empty();
this.$el.html('<a href="{0}/log/{1}" class="no-router" target="_blank">Download</a>'.format(StatusModel.get('urlBase'), this.cellValue));
this.$el.html('<a href="{0}/logfile/{1}" class="no-router" target="_blank">Download</a>'.format(StatusModel.get('urlBase'), this.cellValue));
return this;
}