Skip to content

Commit

Permalink
feat(web): add clipboard copy for token ovhcontrol
Browse files Browse the repository at this point in the history
    ref: MANAGER-15754

Signed-off-by: Antony MARION <[email protected]>
  • Loading branch information
Antony MARION authored and antonymarion committed Nov 4, 2024
1 parent b4bd389 commit c87f915
Showing 1 changed file with 5 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -485,7 +485,11 @@
<td>example.com</td>
<td>0</td>
<td>TXT</td>
<td data-ng-bind="hosting.token"></td>
<td>
<oui-clipboard
data-model="hosting.token"
></oui-clipboard>
</td>
</tr>
</tbody>
</table>
Expand Down

0 comments on commit c87f915

Please sign in to comment.