changed the info message with an indicator why there is no panel with a docker-compose file
This commit is contained in:
parent
47752720b4
commit
c3c653f7a6
@ -52,7 +52,7 @@ impl NoYaml {
|
|||||||
state: State::EditRepo,
|
state: State::EditRepo,
|
||||||
repo,
|
repo,
|
||||||
tags: tag_list::TagList::with_status("Tags are empty"),
|
tags: tag_list::TagList::with_status("Tags are empty"),
|
||||||
info: info::Info::new("edit the Repository widget to load tags"),
|
info: info::Info::new("could not find a docker-compose file"),
|
||||||
};
|
};
|
||||||
|
|
||||||
// load tags if a repository was given thorugh paramter
|
// load tags if a repository was given thorugh paramter
|
||||||
|
Loading…
Reference in New Issue
Block a user