diff --git a/admin/templates/admin/user_list.html b/admin/templates/admin/user_list.html index f0e0b27..2e0518b 100644 --- a/admin/templates/admin/user_list.html +++ b/admin/templates/admin/user_list.html @@ -30,7 +30,6 @@ {% trans "Username" %} {% trans "Status" %} - {% trans "Last Login" %} {% trans "Staff" %} {% trans "Superuser" %} {% trans "Can Clone" %} @@ -51,7 +50,6 @@ {% trans "Blocked" %} {% endif %} - {{ user.last_login }} {% if user.is_staff %}{% bs_icon 'check' %}{% endif %} {% if user.is_superuser %}{% bs_icon 'check' %}{% endif %} {% if can_clone %}{% bs_icon 'check' %}{% endif %} diff --git a/static/icon_cache/check2_None_None_None.svg b/static/icon_cache/check2_None_None_None.svg deleted file mode 100644 index 3c51cb4..0000000 --- a/static/icon_cache/check2_None_None_None.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/static/icon_cache/check_None_None_None.svg b/static/icon_cache/check_None_None_None.svg deleted file mode 100644 index 532759f..0000000 --- a/static/icon_cache/check_None_None_None.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/static/icon_cache/pencil_None_None_None.svg b/static/icon_cache/pencil_None_None_None.svg deleted file mode 100644 index d2cb557..0000000 --- a/static/icon_cache/pencil_None_None_None.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/static/icon_cache/stop-fill_None_None_None.svg b/static/icon_cache/stop-fill_None_None_None.svg deleted file mode 100644 index 3a9d3d2..0000000 --- a/static/icon_cache/stop-fill_None_None_None.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/static/icon_cache/x_None_None_None.svg b/static/icon_cache/x_None_None_None.svg deleted file mode 100644 index 36defd7..0000000 --- a/static/icon_cache/x_None_None_None.svg +++ /dev/null @@ -1,8 +0,0 @@ - - - - - - - - diff --git a/webvirtcloud.sh b/webvirtcloud.sh index 3df52bd..2df16a9 100755 --- a/webvirtcloud.sh +++ b/webvirtcloud.sh @@ -474,7 +474,7 @@ case $distro in progress echo "* Installing OS requirements." - PACKAGES="git virtualenv python3-virtualenv python3-dev python3-lxml libvirt-dev zlib1g-dev libxslt1-dev libsasl2-dev libldap2-dev nginx supervisor libsasl2-modules gcc pkg-config python3-guestfs uuid" + PACKAGES="git virtualenv python3-virtualenv python3-dev python3-lxml libvirt-dev zlib1g-dev libxslt1-dev nginx supervisor libsasl2-modules gcc pkg-config python3-guestfs uuid" install_packages set_hosts