Load the dependency tabs on demand
[?]
Feb 20, 2013, 5:13 PM
ASIRNHAHLLITDIL4T6OTHA3AERVAO2GP3SFFPLZGT63NGDW3ZLNQCDependencies
- [2]
36M6DGITShow the runtime/build dependencies in the build page - [3]
2GUAKGTBFix indentation of build.tt - [4]
3PNG7NIBRemove trailing whitespace - [5]
2R7GHSA4* hydra: added initial version of build graph - [*]
J5UVLXOK* Start of a basic Catalyst web interface. - [*]
WHAFVCEI
Change contents
- replacement in src/root/build.tt at line 106
g <tr><tr> - edit in src/root/build.tt at line 511
<script>$('#tabs-build-deps').load("[% c.uri_for('/build' build.id 'build-deps') %]");</script> - edit in src/root/build.tt at line 515
<script>$('#tabs-runtime-deps').load("[% c.uri_for('/build' build.id 'runtime-deps') %]");</script> - edit in src/root/build.tt at line 519[8.1207][7.8444]
<script>$(function() {$('.nav-tabs').bind('show', function(e) {var pattern = /#.+/gi;var id = e.target.toString().match(pattern)[0];if (id == "#tabs-runtime-deps") {$('#tabs-runtime-deps').load("[% c.uri_for('/build' build.id 'runtime-deps') %]");} else if (id == "#tabs-build-deps") {$('#tabs-build-deps').load("[% c.uri_for('/build' build.id 'build-deps') %]");}});});</script>