зеркало из https://github.com/mozilla/pjs.git
adjust the tree states
This commit is contained in:
Родитель
d83d094163
Коммит
c7077e3da4
|
@ -29,8 +29,8 @@
|
||||||
# issue to work out.
|
# issue to work out.
|
||||||
|
|
||||||
|
|
||||||
# $Revision: 1.14 $
|
# $Revision: 1.15 $
|
||||||
# $Date: 2002-05-03 03:27:30 $
|
# $Date: 2002-05-03 04:11:12 $
|
||||||
# $Author: kestes%walrus.com $
|
# $Author: kestes%walrus.com $
|
||||||
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/default_conf/TreeData.pm,v $
|
# $Source: /home/jrmuizel/cvs-mirror/mozilla/webtools/tinderbox2/src/default_conf/TreeData.pm,v $
|
||||||
# $Name: $
|
# $Name: $
|
||||||
|
@ -241,28 +241,28 @@ foreach $tree (keys %VC_TREE) {
|
||||||
"html_color" => "white",
|
"html_color" => "white",
|
||||||
"hdml_char" => "O",
|
"hdml_char" => "O",
|
||||||
"order" => 1,
|
"order" => 1,
|
||||||
"description" => "All Checkins allowed",
|
"description" => "All allowed",
|
||||||
},
|
|
||||||
|
|
||||||
'Metered' => {
|
|
||||||
"html_color" => '#eeff00', # a yellow
|
|
||||||
"hdml_char" => "R",
|
|
||||||
"order" => 2,
|
|
||||||
"description" => "Checkins only by approval of Current Sherriff",
|
|
||||||
},
|
|
||||||
|
|
||||||
'Restricted' => {
|
|
||||||
"html_color" => "#e7e7e7", # a light grey
|
|
||||||
"hdml_char" => "R",
|
|
||||||
"order" => 2,
|
|
||||||
"description" => "Checkins only by approval of Drivers",
|
|
||||||
},
|
},
|
||||||
|
|
||||||
'Closed' => {
|
'Closed' => {
|
||||||
"html_color" => "silver",
|
"html_color" => "silver",
|
||||||
"hdml_char" => "C",
|
"hdml_char" => "C",
|
||||||
|
"order" => 2,
|
||||||
|
"description" => "Require approval of QA",
|
||||||
|
},
|
||||||
|
|
||||||
|
'Restricted' => {
|
||||||
|
"html_color" => "#e7e7e7", # a light grey
|
||||||
|
"hdml_char" => "R",
|
||||||
"order" => 3,
|
"order" => 3,
|
||||||
"description" => "Checkins only by approval of QA",
|
"description" => "Require approval of Drivers",
|
||||||
|
},
|
||||||
|
|
||||||
|
'Metered' => {
|
||||||
|
"html_color" => '#eeff00', # a yellow
|
||||||
|
"hdml_char" => "R",
|
||||||
|
"order" => 4,
|
||||||
|
"description" => "Require Current Sherriff approval",
|
||||||
},
|
},
|
||||||
|
|
||||||
);
|
);
|
||||||
|
|
Загрузка…
Ссылка в новой задаче