Page Menu
Home
Phorge
Search
Configure Global Search
Log In
Files
F13521912
version_tab.js
No One
Temporary
Actions
View File
Edit File
Delete File
View Transforms
Subscribe
Award Token
Flag For Later
Size
675 B
Referenced Files
None
Subscribers
None
version_tab.js
View Options
import
{
extractCommit
}
from
'src/services/version/version.service'
const
pleromaFeCommitUrl
=
'https://git.pleroma.social/pleroma/pleroma-fe/commit/'
const
pleromaBeCommitUrl
=
'https://git.pleroma.social/pleroma/pleroma/commit/'
const
VersionTab
=
{
data
()
{
const
instance
=
this
.
$store
.
state
.
instance
return
{
backendVersion
:
instance
.
backendVersion
,
frontendVersion
:
instance
.
frontendVersion
}
},
computed
:
{
frontendVersionLink
()
{
return
pleromaFeCommitUrl
+
this
.
frontendVersion
},
backendVersionLink
()
{
return
pleromaBeCommitUrl
+
extractCommit
(
this
.
backendVersion
)
}
}
}
export
default
VersionTab
File Metadata
Details
Attached
Mime Type
text/plain
Expires
Sun, Dec 7, 8:38 PM (22 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
700252
Default Alt Text
version_tab.js (675 B)
Attached To
Mode
rPUFE pleroma-fe-upstream
Attached
Detach File
Event Timeline
Log In to Comment