Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
T
TAC
Project
Project
Details
Activity
Releases
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
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
UIST
TAC
Commits
ac4822ad
Commit
ac4822ad
authored
5 years ago
by
Pavel Taskov
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Website files TAC AGI dashboard on uist edu mk
parent
13bc4d8c
Pipeline
#21
failed with stages
Changes
4
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
35 additions
and
0 deletions
+35
-0
ARTICONF_logo.png
TAC_AGI_Dashboard/ARTICONF_logo.png
+0
-0
ATRICONF_Footer.png
TAC_AGI_Dashboard/ATRICONF_Footer.png
+0
-0
style.css
TAC_AGI_Dashboard/css/style.css
+10
-0
index.html
TAC_AGI_Dashboard/index.html
+25
-0
No files found.
TAC_AGI_Dashboard/ARTICONF_logo.png
0 → 100644
View file @
ac4822ad
21.4 KB
This diff is collapsed.
Click to expand it.
TAC_AGI_Dashboard/ATRICONF_Footer.png
0 → 100644
View file @
ac4822ad
79.6 KB
This diff is collapsed.
Click to expand it.
TAC_AGI_Dashboard/css/style.css
0 → 100644
View file @
ac4822ad
.header
{
text-align
:
center
;
}
.body
{
height
:
688px
;
width
:
auto
;
}
.footer
{
text-align
:
center
;
}
This diff is collapsed.
Click to expand it.
TAC_AGI_Dashboard/index.html
0 → 100644
View file @
ac4822ad
<!DOCTYPE html>
<html
lang=
"en"
>
<head>
<title>
ARTICONF Agilia Car Sharing Dashboard
</title>
<link
href=
"css/style.css"
rel=
"stylesheet"
>
</head>
<body>
<div
class=
"header"
>
<a
href=
"#default"
class=
"logo"
><img
src=
"ARTICONF_logo.png"
></a>
<h1>
Demo TAC Dashboard for car sharing use case
</h1>
</div>
<div
class=
"body"
>
<iframe
src=
"http://192.168.15.220:5601/app/kibana#/dashboard/22ad5820-0d28-11ea-8ebf-8b2b7561e1cf?embed=true&_g=(refreshInterval%3A(pause%3A!t%2Cvalue%3A0)%2Ctime%3A(from%3A'2018-10-28T23%3A57%3A06.268Z'%2Cto%3A'2019-10-27T23%3A00%3A00.000Z'))"
height=
"100%"
width=
"100%"
></iframe>
</div>
<div
class=
"footer"
>
<a
href=
"#default"
class=
"footer"
><img
src=
"ATRICONF_Footer.png"
></a>
</div>
</body>
<footer>
</footer>
</html>
This diff is collapsed.
Click to expand it.
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