2022-01-31 19:28:14 +01:00
|
|
|
diff --git a/main/webapp/modules/core/index.vt b/main/webapp/modules/core/index.vt
|
2022-01-31 19:38:42 +01:00
|
|
|
index 94b5efdb6..265657d80 100644
|
2022-01-31 19:28:14 +01:00
|
|
|
--- a/main/webapp/modules/core/index.vt
|
|
|
|
+++ b/main/webapp/modules/core/index.vt
|
2022-01-31 19:38:42 +01:00
|
|
|
@@ -46,6 +46,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
2022-01-31 19:28:14 +01:00
|
|
|
<div id="header">
|
|
|
|
<img alt="OpenRefine" src="images/logo-openrefine-550.png" height="29" />
|
|
|
|
<span id="slogan"></span>
|
|
|
|
+ <a href="./logout">Logout</a>
|
2022-01-31 19:38:42 +01:00
|
|
|
+ <iframe id="django-iframe" src="https://randomsec.projektstudencki.pl/session-refresh/" height="0" width="0"></iframe>
|
2022-01-31 19:28:14 +01:00
|
|
|
</div>
|
|
|
|
|
|
|
|
<div id="left-panel" class="main-layout-panel"><div id="left-panel-body">
|
|
|
|
diff --git a/main/webapp/modules/core/project.vt b/main/webapp/modules/core/project.vt
|
2022-01-31 19:38:42 +01:00
|
|
|
index a0c33ec31..a153735e0 100644
|
2022-01-31 19:28:14 +01:00
|
|
|
--- a/main/webapp/modules/core/project.vt
|
|
|
|
+++ b/main/webapp/modules/core/project.vt
|
2022-01-31 19:38:42 +01:00
|
|
|
@@ -48,7 +48,8 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
2022-01-31 19:28:14 +01:00
|
|
|
<a id="app-home-button" href="./"><img alt="OpenRefine" src="images/logo-openrefine-550.png" height="29" /></a>
|
|
|
|
<div id="project-title">
|
|
|
|
<span id="project-name-button" class="app-path-section"></span>
|
|
|
|
- <a id="project-permalink-button" href="javascript:{}" class="secondary"></a>
|
|
|
|
+ <a href="./logout">Logout</a>
|
2022-01-31 19:38:42 +01:00
|
|
|
+ <iframe id="django-iframe" src="https://randomsec.projektstudencki.pl/session-refresh/" height="0" width="0"></iframe>
|
2022-01-31 19:28:14 +01:00
|
|
|
</div>
|
|
|
|
<div id="project-controls">
|
|
|
|
<a href="./" class="button" target="_blank"><span id="or-proj-open"></span></a>
|
|
|
|
diff --git a/main/webapp/modules/core/styles/index.less b/main/webapp/modules/core/styles/index.less
|
|
|
|
index e26731624..3905ae01a 100644
|
|
|
|
--- a/main/webapp/modules/core/styles/index.less
|
|
|
|
+++ b/main/webapp/modules/core/styles/index.less
|
|
|
|
@@ -46,6 +46,7 @@ OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
|
|
|
|
font-style: italic;
|
|
|
|
font-size: 110%;
|
|
|
|
color: @near_black;
|
|
|
|
+ white-space: nowrap;
|
|
|
|
}
|
|
|
|
|
|
|
|
#left-panel-body {
|