Skip to content

Commit

Permalink
minor clean up
Browse files Browse the repository at this point in the history
  • Loading branch information
gfursin committed Apr 14, 2020
1 parent c54160a commit 293f3ba
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 10 deletions.
19 changes: 10 additions & 9 deletions .ckr.json
Original file line number Diff line number Diff line change
@@ -1,11 +1,12 @@
{
"data_uid": "215d441c19db1fed",
"data_name": "CK web",
"data_alias": "ck-web",
"data_name": "CK web",
"data_uid": "215d441c19db1fed",
"data_uoa": "ck-web",
"dict": {
"url": "https://github.com/ctuning/ck-web.git",
"shared": "git",
"sync": "yes"
},
"data_alias": "ck-web",
"data_uoa": "ck-web"
}
"desc": "Portable CK web server and web front-end with a unified JSON API for dashboards, benchmark scoreboards, interactive articles, graphs, crowdsourced experiments, etc (see <a href=\"http://cKnowledge.org/request-results\">demo</a>).",
"shared": "git",
"sync": "yes",
"url": "https://github.com/ctuning/ck-web"
}
}
2 changes: 1 addition & 1 deletion wfe/dashboard/ck-repo-widget/widget.js
Original file line number Diff line number Diff line change
Expand Up @@ -2939,7 +2939,7 @@ var CkRepoWidget = function () {
onChange(workflows[selectedIndex]);
};

var old_repo = '<center><b><span style="font-size:16pt;">This dashboard is now available at <a href="https://dev.codereef.ai/portal/search/?q=%22reproduced-results%22"><b><u>CodeReef</u></b></a> - an open reproducibility platform!</span></b></center><div style="padding:4px;"></div>';
var old_repo = '';

var select = root.append('div').html(old_repo).attr('class', 'ck-repo-widget-select_workflow-container').append('select').attr('id', id).attr('class', 'ck-repo-widget-select ck-repo-widget-select_workflow').on('change', changeHandler);

Expand Down

0 comments on commit 293f3ba

Please sign in to comment.