Gitiles
Code Review
Sign In
gerrit.cesnet.cz
/
github
/
CESNET
/
Netopeer2GUI
/
2e57856f8976b3368cbb61bf37fd59743469347b
/
.
/
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'
;
}