1
0
mirror of https://github.com/minio/mc.git synced 2025-11-13 12:22:45 +03:00

Merge themes as settable from outside console, add a default theme as well.

This commit is contained in:
Harshavardhana
2015-08-19 22:29:28 -07:00
parent ec372eb47a
commit cf5290ad74
10 changed files with 94 additions and 297 deletions

View File

@@ -122,14 +122,6 @@ func (e errInvalidTarget) Error() string {
return "Invalid target " + e.URL
}
type errInvalidTheme struct {
Theme string
}
func (e errInvalidTheme) Error() string {
return "Theme " + e.Theme + " is not supported."
}
type errTargetIsNotDir errInvalidURL
func (e errTargetIsNotDir) Error() string {