Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
synergy-components
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
community
synergy-components
Commits
b65ea849
Commit
b65ea849
authored
Jun 05, 2025
by
Samir Sadyhov
🤔
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update _RCC.js
parent
3b85ee95
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
constructor/scripts/RCC/_RCC.js
constructor/scripts/RCC/_RCC.js
+1
-1
No files found.
constructor/scripts/RCC/_RCC.js
View file @
b65ea849
...
@@ -285,7 +285,7 @@ const parseSignList = (documentID, data) => {
...
@@ -285,7 +285,7 @@ const parseSignList = (documentID, data) => {
keyExpiryDate
=
`
${
keyExpiryDate
[
1
]}
-
${
keyExpiryDate
[
0
]}
-
${
keyExpiryDate
[
2
]}
`
;
keyExpiryDate
=
`
${
keyExpiryDate
[
1
]}
-
${
keyExpiryDate
[
0
]}
-
${
keyExpiryDate
[
2
]}
`
;
keyExpiryDate
=
new
Date
(
keyExpiryDate
)
>
new
Date
();
keyExpiryDate
=
new
Date
(
keyExpiryDate
)
>
new
Date
();
const
button
=
$
(
`<a href="" uk-icon="icon: info"></a>`
);
const
button
=
$
(
`<a href="" uk-icon="icon: info"
style="width: 40px;"
></a>`
);
const
span
=
$
(
'
<span>
'
,
{
style
:
"
display: flex; justify-content: space-between;
"
});
const
span
=
$
(
'
<span>
'
,
{
style
:
"
display: flex; justify-content: space-between;
"
});
span
.
append
(
item
.
nameOgrInfo
,
button
);
span
.
append
(
item
.
nameOgrInfo
,
button
);
...
...
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