dashboard
repositories
activity
search
login
common
/
securis
summary
reflog
commits
tree
compare
forks
blame
|
history
|
raw
|
HEAD
#3527 feature - Added pack form
rsanchez
2017-03-14
38b0782c887f046426c31766901906c614d73140
[common/securis.git]
/
securis
/
src
/
main
/
webapp
/
src
/
app
/
forms
/
base.ts
1
2
3
4
5
export interface IComboOption {
id: number,
label: string
}