Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
X
X-Road-catalogue
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Service Desk
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Packages & Registries
Packages & Registries
Container Registry
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
X-tee
X-Road-catalogue
Commits
e54f25c6
Commit
e54f25c6
authored
Jun 18, 2019
by
Vitali Stupin
1
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Display REST services
parent
7d912af5
Pipeline
#15
failed with stages
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
0 deletions
+2
-0
src/app/subsystem-list/subsystem-item/subsystem-item.component.html
...bsystem-list/subsystem-item/subsystem-item.component.html
+1
-0
src/app/subsystem/subsystem.component.html
src/app/subsystem/subsystem.component.html
+1
-0
No files found.
src/app/subsystem-list/subsystem-item/subsystem-item.component.html
View file @
e54f25c6
...
@@ -15,6 +15,7 @@
...
@@ -15,6 +15,7 @@
{{method.fullMethodName}}
{{method.fullMethodName}}
<a
href=
"{{getApiUrlBase()}}{{method.wsdl}}"
class=
"badge badge-success"
<a
href=
"{{getApiUrlBase()}}{{method.wsdl}}"
class=
"badge badge-success"
*ngIf=
"method.wsdl"
[target]=
"'_blank'"
>
WSDL
</a>
*ngIf=
"method.wsdl"
[target]=
"'_blank'"
>
WSDL
</a>
<span
class=
"badge badge-info"
*ngIf=
"method.methodStatus == 'REST'"
>
REST
</span>
<span
class=
"badge badge-danger"
*ngIf=
"method.methodStatus == 'ERROR'"
>
{{'subsystem.statusWsdlError' | translate}}
</span>
<span
class=
"badge badge-danger"
*ngIf=
"method.methodStatus == 'ERROR'"
>
{{'subsystem.statusWsdlError' | translate}}
</span>
<span
class=
"badge badge-danger"
*ngIf=
"method.methodStatus == 'TIMEOUT'"
>
{{'subsystem.statusWsdlTimeout' | translate}}
</span>
<span
class=
"badge badge-danger"
*ngIf=
"method.methodStatus == 'TIMEOUT'"
>
{{'subsystem.statusWsdlTimeout' | translate}}
</span>
<span
class=
"badge badge-warning"
*ngIf=
"method.methodStatus == 'SKIPPED'"
>
{{'subsystem.statusWsdlSkipped' | translate}}
</span>
<span
class=
"badge badge-warning"
*ngIf=
"method.methodStatus == 'SKIPPED'"
>
{{'subsystem.statusWsdlSkipped' | translate}}
</span>
...
...
src/app/subsystem/subsystem.component.html
View file @
e54f25c6
...
@@ -25,6 +25,7 @@
...
@@ -25,6 +25,7 @@
{{method.fullMethodName}}
{{method.fullMethodName}}
<a
href=
"{{getApiUrlBase()}}{{method.wsdl}}"
class=
"badge badge-success"
<a
href=
"{{getApiUrlBase()}}{{method.wsdl}}"
class=
"badge badge-success"
*ngIf=
"method.wsdl"
[target]=
"'_blank'"
>
WSDL
</a>
*ngIf=
"method.wsdl"
[target]=
"'_blank'"
>
WSDL
</a>
<span
class=
"badge badge-info"
*ngIf=
"method.methodStatus == 'REST'"
>
REST
</span>
<span
class=
"badge badge-danger"
*ngIf=
"method.methodStatus == 'ERROR'"
>
{{'subsystem.statusWsdlError' | translate}}
</span>
<span
class=
"badge badge-danger"
*ngIf=
"method.methodStatus == 'ERROR'"
>
{{'subsystem.statusWsdlError' | translate}}
</span>
<span
class=
"badge badge-danger"
*ngIf=
"method.methodStatus == 'TIMEOUT'"
>
{{'subsystem.statusWsdlTimeout' | translate}}
</span>
<span
class=
"badge badge-danger"
*ngIf=
"method.methodStatus == 'TIMEOUT'"
>
{{'subsystem.statusWsdlTimeout' | translate}}
</span>
<span
class=
"badge badge-warning"
*ngIf=
"method.methodStatus == 'SKIPPED'"
>
{{'subsystem.statusWsdlSkipped' | translate}}
</span>
<span
class=
"badge badge-warning"
*ngIf=
"method.methodStatus == 'SKIPPED'"
>
{{'subsystem.statusWsdlSkipped' | translate}}
</span>
...
...
RIA Bitbucket
@ria-bitbucket
mentioned in commit
6afdce43
·
Jul 01, 2019
mentioned in commit
6afdce43
mentioned in commit 6afdce43d783b9093f499c8d446228de5cdab8db
Toggle commit list
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