Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
D
df-aggregator
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Oleksandr Barabash
df-aggregator
Commits
a6a26b63
Commit
a6a26b63
authored
Nov 16, 2020
by
Corey Koval
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added refresh button
parent
b6d4d389
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
2 deletions
+12
-2
style.css
static/style.css
+8
-0
cesium.tpl
views/cesium.tpl
+4
-2
No files found.
static/style.css
View file @
a6a26b63
...
...
@@ -143,6 +143,14 @@ span {
supported by Chrome, Edge, Opera and Firefox */
}
#refreshbutton
{
padding
:
10px
;
font-size
:
inherit
;
font-family
:
inherit
;
font-weight
:
600
;
height
:
auto
;
}
.slidespan
{
width
:
550px
;
/* Width of the outside container */
/* padding-top: 10px;
...
...
views/cesium.tpl
View file @
a6a26b63
...
...
@@ -84,7 +84,6 @@
<span class="switchslider round"></span>
</label></span>
</span> -->
<div
class=
"slidecontainer"
>
<div
class=
"tooltip"
>
<span>
...
...
@@ -121,7 +120,7 @@
<span
class=
"slidespan"
><input
name=
"minpointValue"
type=
"range"
min=
"0"
max=
"300"
step=
"5"
value=
"{
{
minpoints
}
}"
class=
"slider"
id=
"minpointRange"
></span>
<span
class=
"slidevalue"
id=
"minpoints"
></span>
</div>
<div
style=
"width:
3
00px"
>
<div
style=
"width:
6
00px"
>
<span
class=
"tooltip"
>
<span
class=
"slidetitle"
><h4>
Plot All Intersect Points:
</h4></span>
<span
class=
"slidespan"
style=
"text-align:left; width: 100px;margin: 5px;"
>
...
...
@@ -133,6 +132,9 @@
Enabling this can cause longer load times.
</span>
</span>
</div>
<div>
<span><input
id=
"refreshbutton"
class=
"slider"
type=
"button"
value=
"Refresh"
onclick=
"updateParams()"
></span>
</div>
</div>
<script>
var
powerslider
=
document
.
getElementById
(
"powerRange"
);
...
...
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