Merge branch 'stable-2.6'
* stable-2.6: Show 'No Differences' if diff is empty Add theme that displays Diffy on the left side of the top menu Support '${project}' token in dashboard title and description Minor corrections in the 2.6 release notes
This commit is contained in:
@@ -160,8 +160,8 @@ class DashboardsCollection implements
|
||||
DashboardInfo info = new DashboardInfo(refName, path);
|
||||
info.project = project;
|
||||
info.definingProject = definingProject.getName();
|
||||
info.title = config.getString("dashboard", null, "title");
|
||||
info.description = config.getString("dashboard", null, "description");
|
||||
info.title = replace(project, config.getString("dashboard", null, "title"));
|
||||
info.description = replace(project, config.getString("dashboard", null, "description"));
|
||||
info.foreach = config.getString("dashboard", null, "foreach");
|
||||
|
||||
if (setDefault) {
|
||||
|
Reference in New Issue
Block a user