|
50 | 50 | style="text-decoration: none !important;" |
51 | 51 | ng-href="#/notebook/{{notebookJob.notebookId}}/paragraph/{{paragraphJob.id}}"> |
52 | 52 | <i style="color: green" class="fa fa-circle-o" |
| 53 | + tooltip-placement="top-left" |
53 | 54 | tooltip="{{paragraphJob.name}} is READY"> |
54 | 55 | </i> |
55 | 56 | </a> |
56 | 57 | <a ng-switch-when="FINISHED" |
57 | 58 | style="text-decoration: none !important;" |
58 | 59 | ng-href="#/notebook/{{notebookJob.notebookId}}/paragraph/{{paragraphJob.id}}"> |
59 | 60 | <i style="color: green" class="fa fa-circle" |
| 61 | + tooltip-placement="top-left" |
60 | 62 | tooltip="{{paragraphJob.name}} is FINISHED"> |
61 | 63 | </i> |
62 | 64 | </a> |
63 | 65 | <a ng-switch-when="ABORT" |
64 | 66 | style="text-decoration: none !important;" |
65 | 67 | ng-href="#/notebook/{{notebookJob.notebookId}}/paragraph/{{paragraphJob.id}}"> |
66 | 68 | <i style="color: orange" class="fa fa-circle" |
| 69 | + tooltip-placement="top-left" |
67 | 70 | tooltip="{{paragraphJob.name}} is ABORT"> |
68 | 71 | </i> |
69 | 72 | </a> |
70 | 73 | <a ng-switch-when="ERROR" |
71 | 74 | style="text-decoration: none !important;" |
72 | 75 | ng-href="#/notebook/{{notebookJob.notebookId}}/paragraph/{{paragraphJob.id}}"> |
73 | 76 | <i style="color: red" class="fa fa-circle" |
| 77 | + tooltip-placement="top-left" |
74 | 78 | tooltip="{{paragraphJob.name}} is ERROR"> |
75 | 79 | </i> |
76 | 80 | </a> |
77 | 81 | <a ng-switch-when="PENDING" |
78 | 82 | style="text-decoration: none !important;" |
79 | 83 | ng-href="#/notebook/{{notebookJob.notebookId}}/paragraph/{{paragraphJob.id}}"> |
80 | 84 | <i style="color: gray" class="fa fa-circle" |
| 85 | + tooltip-placement="top-left" |
81 | 86 | tooltip="{{paragraphJob.name}} is PENDING"> |
82 | 87 | </i> |
83 | 88 | </a> |
84 | 89 | <a ng-switch-when="RUNNING" |
85 | 90 | style="text-decoration: none !important;" |
86 | 91 | ng-href="#/notebook/{{notebookJob.notebookId}}/paragraph/{{paragraphJob.id}}"> |
87 | 92 | <i style="color: blue" class="fa fa-spinner spinAnimation" |
| 93 | + tooltip-placement="top-left" |
88 | 94 | tooltip="{{paragraphJob.name}} is RUNNING"> |
89 | 95 | </i> |
90 | 96 | </a> |
91 | 97 | <a ng-switch-default class="icon-question" |
92 | 98 | style="text-decoration: none !important;" |
93 | 99 | ng-href="#/notebook/{{notebookJob.notebookId}}/paragraph/{{paragraphJob.id}}"> |
94 | 100 | <i class="icon-question" |
| 101 | + tooltip-placement="top-left" |
95 | 102 | tooltip="{{paragraphJob.name}} is {{paragraphJob.status}}"> |
96 | 103 | </i> |
97 | 104 | </a> |
|
0 commit comments