Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Poduptime
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Locked Files
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
Requirements
Requirements
List
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Security & Compliance
Security & Compliance
Dependency List
License Compliance
Operations
Operations
Environments
Packages & Registries
Packages & Registries
Container Registry
Analytics
Analytics
CI / CD
Code Review
Insights
Issue
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
noplanman
Poduptime
Commits
4a27772b
Commit
4a27772b
authored
Dec 04, 2020
by
dmorley
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
better mobile usage
parent
3c48f08a
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
9 deletions
+4
-9
index.php
index.php
+2
-2
js/podup.js
js/podup.js
+0
-2
showfull.php
showfull.php
+2
-5
No files found.
index.php
View file @
4a27772b
...
...
@@ -88,7 +88,7 @@ $navs = [
?>
<header>
<nav
class=
"shadow navbar navbar-expand-lg navbar-dark"
>
<a
class=
"navbar-brand white"
href=
"
#
"
>
<?php
echo
c
(
'title'
)
?>
</a>
<a
class=
"navbar-brand white"
href=
"
/
"
>
<?php
echo
c
(
'title'
)
?>
</a>
<button
class=
"navbar-toggler"
type=
"button"
data-toggle=
"collapse"
data-target=
"#navbarTogglerDemo02"
aria-controls=
"navbarTogglerDemo02"
aria-expanded=
"false"
aria-label=
"Toggle navigation"
>
<span
class=
"navbar-toggler-icon"
></span>
</button>
...
...
@@ -182,7 +182,7 @@ if (c('serverad')) {
$csoftwares
=
c
(
'softwares'
);
foreach
(
$csoftwares
as
$csoftware
=>
$details
)
{
if
(
$csoftware
===
$subdomain
)
{
echo
'<div class="float-center text-center">'
;
echo
'<div class="float-center text-center
d-none d-md-block
">'
;
echo
$details
[
'description'
];
echo
'</div>'
;
}
...
...
js/podup.js
View file @
4a27772b
...
...
@@ -52,12 +52,10 @@ $table
$
(
'
table
'
).
trigger
(
'
filterReset
'
);
});
var
software
=
$
(
'
input:input[name="software"]
'
).
val
();
var
columns
=
[];
$
.
get
(
'
tabledata.php?software=
'
+
software
,
function
(
html
)
{
$
(
'
table tbody
'
).
append
(
html
);
$
(
'
table
'
).
trigger
(
'
update
'
,
[
true
]);
$
(
'
.loadingtable
'
).
slideToggle
(
'
slow
'
);
//$('[data-toggle="tooltip"]').tooltip();
})
//$('[data-toggle="tooltip"]').tooltip();
});
showfull.php
View file @
4a27772b
...
...
@@ -39,15 +39,13 @@ $serverlocation = c('serverlocation');
</div>
</div>
<button
type=
"button"
class=
"resetfilters m-1 btn btn-sm bg-blue hidden text-white"
>
Reset Filters
</button>
<button
type=
"button"
class=
"columnsadvanced m-1 btn btn-sm bg-blue text-white"
>
All Columns
</button>
<button
type=
"button"
class=
"
d-none d-md-inline
columnsadvanced m-1 btn btn-sm bg-blue text-white"
>
All Columns
</button>
</div>
<div
class=
"pager hidden float-right float-md-left"
>
<span
class=
"first pagination"
title=
"First page"
>
«
</span>
<span
class=
"prev pagination"
title=
"Previous page"
>
<
</span>
<span
class=
"pagedisplay text-center pagerhidden"
></span>
<span
class=
"pagedisplay text-center pagerhidden"
></span>
<span
class=
"next pagination"
title=
"Next page"
>
>
</span>
<span
class=
"last pagination"
title=
"Last page"
>
»
</span>
<div
class=
"d-inline-block"
>
...
...
@@ -61,7 +59,6 @@ $serverlocation = c('serverlocation');
</select>
</div>
</div>
<div
class=
"table-responsive"
>
<div
class=
"loadingtable"
>
<div
class=
"loadingmessage"
>
Loading all pods to the table, this takes a few seconds..
</div>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment