Skip to content

Commit 454202c

Browse files
committed
pkg: Change tabular class to PF6
1 parent 564bdbc commit 454202c

32 files changed

+33
-33
lines changed

pkg/apps/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
<script type="text/javascript" src="../manifests.js"></script>
3030
<script type="text/javascript" src="apps.js"></script>
3131
</head>
32-
<body class="pf-v5-m-tabular-nums">
32+
<body class="pf-v6-m-tabular-nums">
3333

3434
<div class="ct-page-fill" id="apps-page">
3535
</div>

pkg/kdump/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<script type="text/javascript" src="po.js"></script>
3232
</head>
3333

34-
<body class="pf-v5-m-tabular-nums">
34+
<body class="pf-v6-m-tabular-nums">
3535
<div class="ct-page-fill" id="app"></div>
3636
</body>
3737
</html>

pkg/lib/qunit-template.html.in

+1-1
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
<script src="%builddir%dist/base1/cockpit.js"></script>
2626
<script src="%script%"></script>
2727
</head>
28-
<body class="pf-v5-m-tabular-nums">
28+
<body class="pf-v6-m-tabular-nums">
2929
<h1 id="qunit-header"><%= title %></h1>
3030
<h2 id="qunit-banner"></h2><div id="qunit-testrunner-toolbar"></div>
3131
<h2 id="qunit-userAgent"></h2><ol id="qunit-tests"></ol>

pkg/metrics/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@
3131
<script type="text/javascript" src="index.js"></script>
3232
</head>
3333

34-
<body class="pf-v5-m-tabular-nums">
34+
<body class="pf-v6-m-tabular-nums">
3535
<div class="ct-page-fill" id="app"></div>
3636
</body>
3737
</html>

pkg/metrics/metrics.jsx

+2-2
Original file line numberDiff line numberDiff line change
@@ -757,7 +757,7 @@ class CurrentMetrics extends React.Component {
757757
<Thead>
758758
<Tr>{diskColumns.map(col => <Th key={col}>{col}</Th>)}</Tr>
759759
</Thead>
760-
<Tbody className="pf-v5-m-tabular-nums disks-nowrap">
760+
<Tbody className="pf-v6-m-tabular-nums disks-nowrap">
761761
{make_rows(disksUsage, rowPropsDisks, diskColumns)}
762762
</Tbody>
763763
</Table>
@@ -932,7 +932,7 @@ class CurrentMetrics extends React.Component {
932932
<Th>{_("Write")}</Th>
933933
</Tr>
934934
</Thead>
935-
<Tbody className="pf-v5-m-tabular-nums">
935+
<Tbody className="pf-v6-m-tabular-nums">
936936
{make_rows(this.state.topServicesDiskIO, rowPropsDiskIO, [_("Service"), _("Read"), _("Write")])}
937937
</Tbody>
938938
</Table> }

pkg/networkmanager/firewall.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<script src="firewall.js"></script>
3131
</head>
3232

33-
<body class="pf-v5-m-tabular-nums">
33+
<body class="pf-v6-m-tabular-nums">
3434
<div id="firewall" class="ct-page-fill"></div>
3535
</body>
3636
</html>

pkg/networkmanager/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<script src="po.js"></script>
3131
<script src="networkmanager.js"></script>
3232
</head>
33-
<body class="pf-v5-m-tabular-nums">
33+
<body class="pf-v6-m-tabular-nums">
3434

3535
<div id="network-page" class="ct-page-fill network-page">
3636
</div>

pkg/packagekit/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<script src="updates.js"></script>
3131
<script src="po.js"></script>
3232
</head>
33-
<body class="pf-v5-m-tabular-nums">
33+
<body class="pf-v6-m-tabular-nums">
3434
<div class="ct-page-fill" id="app"></div>
3535
</body>
3636

pkg/playground/exception.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<script src="../base1/cockpit.js"></script>
88
</head>
9-
<body class="pf-v5-m-tabular-nums" hidden="true">
9+
<body class="pf-v6-m-tabular-nums" hidden="true">
1010
<div id="internal" class="pf-v5-c-page">
1111
<main class="pf-v5-c-page__main" tabindex="-1">
1212
<section class="pf-v5-c-page__main-section pf-m-light">

pkg/playground/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<script src="../manifests.js"></script>
1010
<script src="index.js"></script>
1111
</head>
12-
<body class="pf-v5-m-tabular-nums">
12+
<body class="pf-v6-m-tabular-nums">
1313
<div class="pf-v5-c-page">
1414
<main class="pf-v5-c-page__main" tabindex="-1">
1515
<section class="pf-v5-c-page__main-section pf-m-light">

pkg/playground/journal.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<script src="journal.js"></script>
1010
</head>
1111

12-
<body class="pf-v5-m-tabular-nums">
12+
<body class="pf-v6-m-tabular-nums">
1313
<div class="pf-v5-c-page">
1414
<main class="pf-v5-c-page__main" tabindex="-1">
1515
<section class="pf-v5-c-page__main-section pf-m-light">

pkg/playground/metrics.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="../base1/cockpit.js"></script>
99
<script src="metrics.js"></script>
1010
</head>
11-
<body class="pf-v5-m-tabular-nums" hidden="true">
11+
<body class="pf-v6-m-tabular-nums" hidden="true">
1212
<div class="pf-v5-c-page">
1313
<main class="pf-v5-c-page__main" tabindex="-1">
1414
<section class="pf-v5-c-page__main-section pf-m-light">

pkg/playground/notifications-receiver.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="notifications-receiver.js"></script>
99
</head>
1010

11-
<body class="pf-v5-m-tabular-nums">
11+
<body class="pf-v6-m-tabular-nums">
1212
<h1>Notifications Receiver</h1>
1313

1414
<span id="received-type"></span> / <span id="received-title"></span>

pkg/playground/pkgs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="../base1/cockpit.js"></script>
88
<script src="pkgs.js"></script>
99
</head>
10-
<body class="pf-v5-m-tabular-nums" hidden="true">
10+
<body class="pf-v6-m-tabular-nums" hidden="true">
1111
<div class="pf-v5-c-page">
1212
<main class="pf-v5-c-page__main" tabindex="-1">
1313
<section class="pf-v5-c-page__main-section pf-m-light">

pkg/playground/plot.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="../base1/cockpit.js"></script>
99
<script src="plot.js"></script>
1010
</head>
11-
<body class="pf-v5-m-tabular-nums">
11+
<body class="pf-v6-m-tabular-nums">
1212
<div id="plot-direct"></div>
1313
<div id="plot-pmcd"></div>
1414
<div id="plot-internal"></div>

pkg/playground/preloaded.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="preloaded.js"></script>
99
</head>
1010

11-
<body class="pf-v5-m-tabular-nums" hidden="true">
11+
<body class="pf-v6-m-tabular-nums" hidden="true">
1212
<h1>Preloaded</h1>
1313

1414
<div id="path"></div>

pkg/playground/react-patterns.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<script src="react-patterns.js"></script>
1010
</head>
1111

12-
<body class="pf-v5-m-tabular-nums">
12+
<body class="pf-v6-m-tabular-nums">
1313
<div class="pf-v5-c-page">
1414
<main class="pf-v5-c-page__main" tabindex="-1">
1515
<section class="pf-v5-c-page__main-section pf-m-light">

pkg/playground/remote.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="remote.js"></script>
99
<link href="remote.css" type="text/css" rel="stylesheet" />
1010
</head>
11-
<body class="pf-v5-m-tabular-nums">
11+
<body class="pf-v6-m-tabular-nums">
1212
<div class="ct-page-fill" id="app"></div>
1313
</body>
1414
</html>

pkg/playground/service.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77
<script src="../base1/cockpit.js"></script>
88
<script src="service.js"></script>
99
</head>
10-
<body class="pf-v5-m-tabular-nums" hidden="true">
10+
<body class="pf-v6-m-tabular-nums" hidden="true">
1111
<table>
1212
<tbody>
1313
<tr><td>Exists</td><td id="exists"></td></tr>

pkg/playground/speed.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="../base1/cockpit.js"></script>
99
<script src="speed.js"></script>
1010
</head>
11-
<body class="pf-v5-m-tabular-nums" hidden="true">
11+
<body class="pf-v6-m-tabular-nums" hidden="true">
1212
<div class="pf-v5-c-page">
1313
<main class="pf-v5-c-page__main" tabindex="-1">
1414
<section class="pf-v5-c-page__main-section pf-m-light">

pkg/playground/test.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="../base1/cockpit.js"></script>
99
<script src="test.js"></script>
1010
</head>
11-
<body class="pf-v5-m-tabular-nums" hidden="true">
11+
<body class="pf-v6-m-tabular-nums" hidden="true">
1212
<div class="pf-v5-c-page">
1313
<main class="pf-v5-c-page__main" tabindex="-1">
1414
<section id="internal" class="pf-v5-c-page__main-section pf-m-light">

pkg/playground/translate.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<script src="../base1/cockpit.js"></script>
88
</head>
9-
<body class="pf-v5-m-tabular-nums" hidden="true">
9+
<body class="pf-v6-m-tabular-nums" hidden="true">
1010
<div class="pf-v5-c-page">
1111
<main class="pf-v5-c-page__main" tabindex="-1">
1212
<section id="internal" class="pf-v5-c-page__main-section pf-m-light">

pkg/selinux/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@
3232
<script type="text/javascript" src="selinux.js"></script>
3333
</head>
3434

35-
<body class="pf-v5-m-tabular-nums">
35+
<body class="pf-v6-m-tabular-nums">
3636
<div class="ct-page-fill" id="app"></div>
3737
</body>
3838
</html>

pkg/shell/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<script src="po.js"></script>
1212
<script src="shell.js"></script>
1313
</head>
14-
<body class="pf-v5-m-tabular-nums">
14+
<body class="pf-v6-m-tabular-nums">
1515
<div id="shell">
1616
</div>
1717
</body>

pkg/shell/shell.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
77
<link rel="stylesheet" href="index.css" />
88
</head>
9-
<body class="pf-v5-m-tabular-nums">
9+
<body class="pf-v6-m-tabular-nums">
1010
<div class="curtains-ct">
1111
<h1>Things have moved</h1>
1212
<p>This old version of Cockpit doesn't know where to find default pages. Use the navigation menus to help it find its way.</p>

pkg/sosreport/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@
2727
<script type="text/javascript" src="po.js"></script>
2828
<script type="text/javascript" src="sosreport.js"></script>
2929
</head>
30-
<body class="pf-v5-m-tabular-nums">
30+
<body class="pf-v6-m-tabular-nums">
3131
<div class="ct-page-fill" id="app"></div>
3232
</body>
3333
</html>

pkg/storaged/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
<script src="po.js"></script>
3131
<script src="storaged.js"></script>
3232
</head>
33-
<body class="pf-v5-m-tabular-nums">
33+
<body class="pf-v6-m-tabular-nums">
3434
<div class="ct-page-fill" id="storage">
3535
</div>
3636
</body>

pkg/systemd/hwinfo.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<script src="../base1/po.js"></script>
99
<script src="po.js"></script>
1010
</head>
11-
<body class="pf-v5-m-tabular-nums">
11+
<body class="pf-v6-m-tabular-nums">
1212
<div class="ct-page-fill" id="hwinfo"></div>
1313
<script src="hwinfo.js"></script>
1414
</body>

pkg/systemd/index.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
<script type="text/javascript" src="po.js"></script>
1313
<script src="../manifests.js"></script>
1414
</head>
15-
<body class="pf-v5-m-tabular-nums">
15+
<body class="pf-v6-m-tabular-nums">
1616
<div class="ct-page-fill" id="overview"></div>
1717
</body>
1818
</html>

pkg/systemd/logs.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
<script src="po.js"></script>
2929
</head>
3030

31-
<body class="pf-v5-m-tabular-nums">
31+
<body class="pf-v6-m-tabular-nums">
3232
<div class="ct-page-fill" id="logs">
3333
</div>
3434

pkg/systemd/services.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
<script src="po.js"></script>
1212
</head>
1313

14-
<body class="pf-v5-m-tabular-nums" id="services-page">
14+
<body class="pf-v6-m-tabular-nums" id="services-page">
1515
<div class="ct-page-fill" id="services"></div>
1616
</body>
1717
</html>

pkg/systemd/terminal.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<script src="../base1/po.js"></script>
1010
<script src="po.js"></script>
1111
</head>
12-
<body class="pf-v5-m-tabular-nums" hidden="true">
12+
<body class="pf-v6-m-tabular-nums" hidden="true">
1313
<div class="ct-page-fill" id="terminal"></div>
1414
<script src="terminal.js"></script>
1515
</body>

0 commit comments

Comments
 (0)