From 58d1eb3b899b730877299be6635adceb127fe6a9 Mon Sep 17 00:00:00 2001 From: Anna Tsyganova Date: Fri, 10 Jun 2022 10:08:22 +0300 Subject: Fix inventory page Id task: SILABMC-155 --- src/components/Global/PageSection.vue | 14 +++++++++++++- src/components/Global/StatusIcon.vue | 16 ++++++++++------ 2 files changed, 23 insertions(+), 7 deletions(-) (limited to 'src/components') diff --git a/src/components/Global/PageSection.vue b/src/components/Global/PageSection.vue index dd39ddd5..0521dc06 100644 --- a/src/components/Global/PageSection.vue +++ b/src/components/Global/PageSection.vue @@ -1,6 +1,9 @@ @@ -13,17 +16,26 @@ export default { type: String, default: '', }, + sectionSmallTitle: { + type: String, + default: '', + }, }, }; diff --git a/src/components/Global/StatusIcon.vue b/src/components/Global/StatusIcon.vue index 4552633e..fb818451 100644 --- a/src/components/Global/StatusIcon.vue +++ b/src/components/Global/StatusIcon.vue @@ -1,26 +1,30 @@