More SSH management.
authorRadek Czajka <rczajka@rczajka.pl>
Mon, 1 Apr 2019 09:45:14 +0000 (11:45 +0200)
committerRadek Czajka <rczajka@rczajka.pl>
Mon, 1 Apr 2019 12:20:41 +0000 (14:20 +0200)
commit35548a2c9ae7efae920ec7c90addad272b5520c3
tree41657e173e58bbf2a8c396478cb79b6b677361f7
parent213ac837c03049f290b7f0035659641f9fa3411a
More SSH management.
13 files changed:
src/cas/static/css/main.css
src/ssh_keys/admin.py
src/ssh_keys/locale/pl/LC_MESSAGES/django.mo
src/ssh_keys/locale/pl/LC_MESSAGES/django.po
src/ssh_keys/migrations/0003_auto_20190401_0923.py [new file with mode: 0644]
src/ssh_keys/migrations/0004_sshkey_last_seen_at.py [new file with mode: 0644]
src/ssh_keys/migrations/0005_auto_20190401_0938.py [new file with mode: 0644]
src/ssh_keys/models.py
src/ssh_keys/templates/ssh_keys/sshkey_confirm_delete.html
src/ssh_keys/templates/ssh_keys/sshkey_list.html
src/ssh_keys/urls.py
src/ssh_keys/utils.py [new file with mode: 0644]
src/ssh_keys/views.py