Skip to content

Commit 3f2c732

Browse files
committed
fix: [SSHKeys object] fix icon
1 parent b5ed155 commit 3f2c732

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

bin/lib/objects/SSHKeys.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ def get_name(self):
147147
return 'SSHKeys'
148148

149149
def get_icon(self):
150-
return {'fa': 'fab', 'icon': 'console'}
150+
return {'fa': 'fas', 'icon': 'terminal'}
151151

152152
def get_link(self, flask_context=False):
153153
if flask_context:

0 commit comments

Comments
 (0)