mirror of
https://github.com/retspen/webvirtmgr.git
synced 2026-04-25 23:55:57 +03:00
[PR #403] [MERGED] Responsive design #646
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/retspen/webvirtmgr/pull/403
Author: @michelkaeser
Created: 8/30/2014
Status: ✅ Merged
Merged: 9/1/2014
Merged by: @retspen
Base:
master← Head:rwd📝 Commits (5)
46a1df0Responsive design51f4a91fix table on create page2a4dfa2check if returned value is an array (fixes NonType object is unsubscriptable)8e8f2b3should fix CI (pep8)...caa19acInstances table should not be cropped cause of the buttons📊 Changes
28 files changed (+1094 additions, -1031 deletions)
View changed files
📝
networks/views.py(+3 -1)📝
templates/404.html(+2 -2)📝
templates/500.html(+2 -2)📝
templates/base.html(+10 -7)📝
templates/base_auth.html(+7 -7)📝
templates/console.html(+1 -0)📝
templates/create.html(+120 -116)📝
templates/hostdetail.html(+41 -43)📝
templates/infrastructure.html(+49 -47)📝
templates/instance.html(+19 -16)📝
templates/instances.html(+114 -111)📝
templates/interface.html(+50 -48)📝
templates/interfaces.html(+15 -10)📝
templates/login.html(+17 -13)📝
templates/logout.html(+7 -3)📝
templates/network.html(+98 -95)📝
templates/networks.html(+16 -11)📝
templates/secrets.html(+4 -4)📝
templates/servers.html(+219 -214)📝
templates/sidebar.html(+35 -31)...and 8 more files
📄 Description
I have made the design fully mobile & tablet friendly. Hope you are able to merge that :)
Few things that might need discussion:
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.