Skip to content

Commit bd2ea63

Browse files
authored
Retire legacy grid web shell (#535)
* Retire unused legacy web shell. * Remove legacy shell references in Xgi, backends and menu. * Address leftover (w)shell occurrences in templates and fixtures as pointed out in review (Thanks @Martin-Rehr). * Remove leftover `shell.css`, too, as suggested in review (Thanks @Martin-Rehr).
1 parent cff83ad commit bd2ea63

20 files changed

Lines changed: 16 additions & 1658 deletions

mig/cgi-bin/shell.py

Lines changed: 0 additions & 36 deletions
This file was deleted.

mig/images/bluesky.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# --- BEGIN_HEADER ---
55
#
66
# bluesky - alternative style for all pages
7-
# Copyright (C) 2003-2014 The MiG Project lead by Brian Vinter
7+
# Copyright (C) 2003-2026 The MiG Project by the Science HPC Center at UCPH
88
#
99
# This file is part of MiG.
1010
#
@@ -98,7 +98,7 @@ div.container {
9898
/* No footer overlap with menu here */
9999
min-height: 0px;
100100
}
101-
/* override block layout for maximized areas like wshell */
101+
/* override block layout for maximized areas without menu */
102102
#nomenu {
103103
margin: 4px;
104104
}
@@ -158,9 +158,6 @@ div.container {
158158
.navmenu ul li.settings a {
159159
background-image: url('/images/icons/wrench.png');
160160
}
161-
.navmenu ul li.shell a {
162-
background-image: url('/images/icons/application_osx_terminal.png');
163-
}
164161
.navmenu ul li.people a {
165162
background-image: url('/images/icons/personal.png');
166163
}

mig/images/css/shell.css

Lines changed: 0 additions & 29 deletions
This file was deleted.

mig/images/default.css

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# --- BEGIN_HEADER ---
55
#
66
# default - default style settings for all pages
7-
# Copyright (C) 2003-2021 The MiG Project lead by Brian Vinter
7+
# Copyright (C) 2003-2026 The MiG Project by the Science HPC Center at UCPH
88
#
99
# This file is part of MiG.
1010
#
@@ -339,7 +339,7 @@ table.peers {
339339
min-height: 500px;
340340
}
341341

342-
/* override block layout for maximized areas like wshell */
342+
/* override block layout for maximized areas without menu */
343343
.nomenu #content, .nomenu .contentblock {
344344
margin: 4px;
345345
}
@@ -436,9 +436,6 @@ table.peers {
436436
.navmenu ul li.settings a, #legacy-ui-body .app-grid .fas.settings {
437437
background-image: url('/images/icons/user.png');
438438
}
439-
.navmenu ul li.shell a, #legacy-ui-body .app-grid .fas.shell {
440-
background-image: url('/images/icons/application_osx_terminal.png');
441-
}
442439
.navmenu ul li.people a, #legacy-ui-body .app-grid .fas.people {
443440
background-image: url('/images/icons/group.png');
444441
}

0 commit comments

Comments
 (0)