Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
emulab
emulab-devel
Commits
1296f185
Commit
1296f185
authored
Feb 15, 2007
by
Leigh B. Stoller
Browse files
Bring back missing red box that is supposed to highlight the current
template.
parent
21abc32c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tbsetup/template_graph.in
View file @
1296f185
#!/usr/bin/perl -wT
#
# EMULAB-COPYRIGHT
# Copyright (c) 2006 University of Utah and the Flux Group.
# Copyright (c) 2006
, 2007
University of Utah and the Flux Group.
# All rights reserved.
#
use
English
;
...
...
@@ -224,8 +224,8 @@ foreach my $kid (sort {$a <=> $b} keys(%parents)) {
my
$vers
=
$kid
;
my
$parent
=
$parents
{
$vers
};
my
$tid
=
$tids
{
$vers
};
my
$url
=
"
$TBBASE
/template_show.php
?guid=
$guid
&version=
$vers
"
.
"
&show=graph
";
my
$url
=
"
$TBBASE
/template_show.php
"
.
"
?show=graph&guid=
$guid
&version=
$vers
";
my
$color
=
"
black
";
print
DOT
"
$parent
->
$kid
;
\n
"
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment