admin: Display commit ID in admin interface
This commit is contained in:
parent
92bb409764
commit
2645109839
9 changed files with 30 additions and 5 deletions
|
|
@ -38,6 +38,10 @@ func (i CloudImporter) Kind() string {
|
|||
return "cloud file importer: " + i.baseDAV.String()
|
||||
}
|
||||
|
||||
func (i CloudImporter) Id() *string {
|
||||
return nil
|
||||
}
|
||||
|
||||
func (i CloudImporter) Init() error {
|
||||
return nil
|
||||
}
|
||||
|
|
|
|||
Reference in a new issue