Commit b65ea849 authored by Samir Sadyhov's avatar Samir Sadyhov 🤔

update _RCC.js

parent 3b85ee95
...@@ -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);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment