[UPDT] BASE: Updated base app by adding empty style for html file
This commit is contained in:
@@ -1,17 +1,8 @@
|
|||||||
{% load static %}{% load i18n %}
|
{% load static %}{% load i18n %}
|
||||||
<div class="oh-wrapper-main">
|
<div class="oh-wrapper">
|
||||||
<main :class="sidebarOpen ? 'oh-main__sidebar-visible' : ''">
|
<div class="oh-empty">
|
||||||
<div class="oh-wrapper">
|
<img src="{% static 'images/ui/search.svg' %}" class="oh-404__image" alt="Page not found. 404." />
|
||||||
<div class="oh-404">
|
<h1 class="oh-empty__title">{% trans "No Records found." %}</h1>
|
||||||
<img
|
<p class="oh-empty__subtitle">{% trans "No Employees Assigned to Rotating Shifts." %}</p>
|
||||||
style="width: 150px; height: 150px"
|
</div>
|
||||||
src="{% static 'images/ui/no_request.png' %}"
|
|
||||||
class="oh-404__image mb-4"
|
|
||||||
/>
|
|
||||||
<h5 class="oh-404__subtitle">
|
|
||||||
{% trans "There are currently no employees assigned to rotating shifts to be considered." %}
|
|
||||||
</h5>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,17 +1,8 @@
|
|||||||
{% load static %}{% load i18n %}
|
{% load static %}{% load i18n %}
|
||||||
<div class="oh-wrapper-main">
|
<div class="oh-wrapper">
|
||||||
<main :class="sidebarOpen ? 'oh-main__sidebar-visible' : ''">
|
<div class="oh-empty">
|
||||||
<div class="oh-wrapper">
|
<img src="{% static 'images/ui/search.svg' %}" class="oh-404__image" alt="Page not found. 404." />
|
||||||
<div class="oh-404">
|
<h1 class="oh-empty__title">{% trans "No Records found." %}</h1>
|
||||||
<img
|
<p class="oh-empty__subtitle">{% trans "No Employees Assigned to Rotating Work Types." %}</p>
|
||||||
style="width: 150px; height: 150px"
|
</div>
|
||||||
src="{% static 'images/ui/no_request.png' %}"
|
|
||||||
class="oh-404__image mb-4"
|
|
||||||
/>
|
|
||||||
<h5 class="oh-404__subtitle">
|
|
||||||
{% trans "There are currently no employees assigned to work type to be considered." %}
|
|
||||||
</h5>
|
|
||||||
</div>
|
|
||||||
</div>
|
|
||||||
</main>
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,17 +1,8 @@
|
|||||||
{% load static %}{% load i18n %}
|
{% load static %}{% load i18n %}
|
||||||
<div class="oh-wrapper-main">
|
<div class="oh-wrapper">
|
||||||
<main :class="sidebarOpen ? 'oh-main__sidebar-visible' : ''">
|
<div class="oh-empty">
|
||||||
<div class="oh-wrapper">
|
<img src="{% static 'images/ui/search.svg' %}" class="oh-404__image" alt="Page not found. 404." />
|
||||||
<div class="oh-404">
|
<h1 class="oh-empty__title">{% trans "No Records found." %}</h1>
|
||||||
<img
|
<p class="oh-empty__subtitle">{% trans "There are currently no shift requests to consider." %}</p>
|
||||||
style="width: 150px; height: 150px"
|
|
||||||
src="{% static 'images/ui/no_request.png' %}"
|
|
||||||
class="oh-404__image mb-4"
|
|
||||||
/>
|
|
||||||
<h5 class="oh-404__subtitle">
|
|
||||||
{% trans "There are currently no shift requests to consider." %}
|
|
||||||
</h5>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</main>
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -1,17 +1,8 @@
|
|||||||
{% load static %}{% load i18n %}
|
{% load static %}{% load i18n %}
|
||||||
<div class="oh-wrapper-main">
|
<div class="oh-wrapper">
|
||||||
<main :class="sidebarOpen ? 'oh-main__sidebar-visible' : ''">
|
<div class="oh-empty">
|
||||||
<div class="oh-wrapper">
|
<img src="{% static 'images/ui/search.svg' %}" class="oh-404__image" alt="Page not found. 404." />
|
||||||
<div class="oh-404">
|
<h1 class="oh-empty__title">{% trans "No Records found." %}</h1>
|
||||||
<img
|
<p class="oh-empty__subtitle">{% trans "There are currently no work type requests to consider." %}</p>
|
||||||
style="width: 150px; height: 150px"
|
|
||||||
src="{% static 'images/ui/no_request.png' %}"
|
|
||||||
class="oh-404__image mb-4"
|
|
||||||
/>
|
|
||||||
<h5 class="oh-404__subtitle">
|
|
||||||
{% trans "There are currently no work type requests to consider." %}
|
|
||||||
</h5>
|
|
||||||
</div>
|
|
||||||
</div>
|
</div>
|
||||||
</main>
|
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user