diff --git a/core/src/main/resources/hudson/model/Run/console.jelly b/core/src/main/resources/hudson/model/Run/console.jelly index a3751aa61568..519b61744a27 100644 --- a/core/src/main/resources/hudson/model/Run/console.jelly +++ b/core/src/main/resources/hudson/model/Run/console.jelly @@ -33,7 +33,10 @@ THE SOFTWARE. - ${%Console Output} + + ${%Console Output} + + @@ -60,7 +63,7 @@ THE SOFTWARE. -
+          
             
             ${it.writeLogTo(offset,output)}
           
diff --git a/core/src/main/resources/hudson/model/Run/console.properties b/core/src/main/resources/hudson/model/Run/console.properties index c9af02ab9aa3..d4467f9be774 100644 --- a/core/src/main/resources/hudson/model/Run/console.properties +++ b/core/src/main/resources/hudson/model/Run/console.properties @@ -21,3 +21,5 @@ # THE SOFTWARE. skipSome=Skipping {0,number,integer} KB.. Full Log +clickToCopy=Click to copy +successfullyCopied=Copied to clipboard \ No newline at end of file diff --git a/core/src/main/resources/lib/layout/copyButton.jelly b/core/src/main/resources/lib/layout/copyButton.jelly index 8225424be7ff..f8747ac7ecd3 100644 --- a/core/src/main/resources/lib/layout/copyButton.jelly +++ b/core/src/main/resources/lib/layout/copyButton.jelly @@ -26,7 +26,7 @@ THE SOFTWARE. - Button that copies text into the user's clipboard upon click + Button that copies text into the user's clipboard upon click, either text or ref is required. Text to be copied into the clipboard. @@ -43,11 +43,16 @@ THE SOFTWARE. Additional CSS class names + + The id of the target element to be copied + @since TODO +