Subversion Repositories DevTools

Rev

Rev 6683 | Rev 6876 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 6683 Rev 6827
Line 49... Line 49...
49
 
49
 
50
If Request("RebuildIcons") <> "" Then
50
If Request("RebuildIcons") <> "" Then
51
    ' Force Rebuild of all package state icons.
51
    ' Force Rebuild of all package state icons.
52
    Call Rebuild_Environment_Body(parRtag_id, TRUE)
52
    Call Rebuild_Environment_Body(parRtag_id, TRUE)
53
End If
53
End If
-
 
54
 
-
 
55
If Request("RebuildMetrics") <> "" Then
-
 
56
    ' Force Rebuild of Release Metrics
-
 
57
    Call Rebuild_Release_Metrics(parRtag_id)
-
 
58
End If
-
 
59
 
54
'---------------------------------------------------------------
60
'---------------------------------------------------------------
55
%>
61
%>
56
<html>
62
<html>
57
<head>
63
<head>
58
<title><%=Title(Request("rtag_id"))%></title>
64
<title><%=Title(Request("rtag_id"))%></title>