Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
Netopeer2GUI
/
80e003e09e1c303cd6bfc2b980a0c794cb65c30b
/
.
/
www
/
monitoring
/
monitoring.component.ts
blob: e1818ee16a80753f45c4ddd89967b2af80ac6036 [
file
] [
log
] [
blame
]
import
{
Component
}
from
'@angular/core'
;
@Component
({
selector
:
'netopeer-config'
,
templateUrl
:
'./monitoring.component.html'
,
styleUrls
:
[
'../netopeer.css'
]
})
export
class
MonitoringComponent
{
title
=
'Monitoring'
;
}