Fix tooltip

This commit is contained in:
Karup 2017-01-27 21:03:36 +05:30
parent d27221df31
commit ed4685cf3f
2 changed files with 3 additions and 2 deletions

View file

@ -14,7 +14,8 @@ limitations under the License.
<div id="{{paragraph.id}}_control" class="control" ng-show="!asIframe">
<span ng-show="paragraph.runtimeInfos.jobUrl.values.length == 1">
<a href="{{paragraph.runtimeInfos.jobUrl.values[0]}}" target="_blank" style="text-decoration: none;">
<a href="{{paragraph.runtimeInfos.jobUrl.values[0]}}" target="_blank" style="text-decoration: none;"
tooltip-placement="top" tooltip="{{paragraph.runtimeInfos.jobUrl.tooltip}}" >
<span class="fa fa-tasks"></span>
{{paragraph.runtimeInfos.jobUrl.label}}
</a>

View file

@ -420,7 +420,7 @@ public class InterpreterSetting {
}
public Map<String, Set<String>> getNoteIdAndParaMap() {
return noteIdToParaIdsetMap;
return runtimeInfosToBeCleared;
}
public void clearNoteIdAndParaMap() {