Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Sign in / Register
Toggle navigation
R
ReqV
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
sage
ReqV
Commits
7eaa236f
Commit
7eaa236f
authored
Sep 16, 2018
by
Simone Vuotto
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Small fix
parent
60a4185c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
tasks-tab.component.html
src/app/project-details/tasks-tab/tasks-tab.component.html
+1
-1
No files found.
src/app/project-details/tasks-tab/tasks-tab.component.html
View file @
7eaa236f
...
...
@@ -30,7 +30,7 @@
<textarea
class=
"form-control"
readonly=
"readonly"
rows=
"5"
>
{{task.log}}
</textarea>
</div>
<div
*
ngIf=
"task.id === tasks[0].id && task.fail"
style=
"padding-top: 10px"
>
<a
href=
"javascript:void(0);"
(
click
)="
computeMUC
();"
>
Click here
</a>
if you want to search for
the minimum
unsatisfiable core of
<a
href=
"javascript:void(0);"
(
click
)="
computeMUC
();"
>
Click here
</a>
if you want to search for
a minimal
unsatisfiable core of
requirements (Warning: it may take a long time).
</div>
</div>
...
...
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