blob: c2d7feb1074b6c39fa663c89acb529d16953bef8 [file] [log] [blame]
<!DOCTYPE html>
<html>
<head>
<title>{{.Title}}</title>
<link id="dynamicFavicon" rel="shortcut icon" href="/res/img/favicon-open.ico" />
<script>
window.StatusSettings = {
swarmingUrl: '{{.SwarmingURL}}',
logsUrlTemplate: '{{.LogsURLTemplate}}',
taskSchedulerUrl: '{{.TaskSchedulerURL}}',
defaultRepo: '{{.DefaultRepo}}',
repos: new Map([
{{range $repo, $url := .Repos}}
['{{$repo}}', '{{$url}}'],
{{end}}
]),
};
</script>
</head>
<body>
<status-sk></status-sk>
</body>
</html>