We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 5c69d4e + 206c415 commit 731027aCopy full SHA for 731027a
1 file changed
hosts/models.py
@@ -86,7 +86,7 @@ def show(self):
86
text += f'Packages : {self.get_num_packages()}\n'
87
text += f'Repos : {self.get_num_repos()}\n'
88
text += f'Updates : {self.get_num_updates()}\n'
89
- text += f'Tags : {" ".join(self.tags.slugs())}\n'
+ text += f'Tags : {" ".join(self.tags.names())}\n'
90
text += f'Needs reboot : {self.reboot_required}\n'
91
text += f'Updated at : {self.updated_at}\n'
92
text += f'Host repos : {self.host_repos_only}\n'
0 commit comments