Your ROOT_URL in app.ini is https://git.cloudchain.link/ but you are visiting https://dash.bss.nz/open-source-mirrors/Readarr/commit/8280908c39626d515759471767c021c6bb9a52d4
You should set ROOT_URL correctly, otherwise the web may not work correctly.
4 changed files with
10 additions and
10 deletions
@ -7,12 +7,12 @@
line-height : 30px ;
}
. authorN ame {
flex : 0 0 300px ;
. n ame {
flex : 1 0 300px ;
}
. foreignId {
flex : 0 0 4 00px;
flex : 0 0 2 00px;
}
. actions {
@ -65,8 +65,8 @@ class ImportListExclusion extends Component {
styles . importListExclusion
) }
>
< div className = { styles . authorName } > { authorName } < / d i v >
< div className = { styles . foreignId } > { foreignId } < / d i v >
< div className = { styles . name } > { authorName } < / d i v >
< div className = { styles . actions } >
< Link
@ -4,12 +4,12 @@
font-weight : bold ;
}
. host {
flex : 0 0 3 00px;
. foreignId {
flex : 0 0 2 00px;
}
. path {
flex : 0 0 4 00px;
. name {
flex : 1 0 3 00px;
}
. addImportListExclusion {
@ -51,8 +51,8 @@ class ImportListExclusions extends Component {
{ ... otherProps }
>
< div className = { styles . importListExclusionsHeader } >
< div className = { styles . host} > Name < / d i v >
< div className = { styles . path} > Foreign Id < / d i v >
< div className = { styles . foreignId} > Foreign Id < / d i v >
< div className = { styles . name} > Name < / d i v >
< / d i v >
< div >