Hi Andy, If I understand correctly, you want to manage the description label in the tree browser -> general info tab. To achieve that you'll have to do some css programing:
1. Checkout the 2.3.1 source code from http://subversion.jfrog.org/artifactory/public/tags/2.3.1/ 2. Open /org/artifactory/webapp/wicket/page/browse/treebrowser/tabs/general/panels/GeneralInfoPanel.html and add style attribute and let your css skills go wild. <div wicket:id="description" style="width:400px"/> just to get you started 3. Stop your Artifactory, Inside artifactory.war replace the WEB-INF\lib\artifactory-web-application-2.3.1.jar\org\artifactory\webapp\wicket\page\browse\treebrowser\tabs\general\panels\GeneralInfoPanel.html. with your new file. 4. Restart Artifactory. HTH Eli The Artifactory Team On Wed, Mar 2, 2011 at 6:17 PM, [email protected] <[email protected] > wrote: > Hi, > > i use Artifactory 2.3.1, it runs on Solaris 10. > > Every Repository in Artifactory has a Field "Description" to describe the > Repository-Content. > Now i need a possibility to add line breaks into the Description of my > Repositories. > > Is it possible? If yes, how? > > -- > View this message in context: > http://forums.jfrog.org/Is-there-a-possibility-to-add-line-breaks-to-the-description-of-a-repository-tp6081570p6081570.html > Sent from the Artifactory - Users mailing list archive at Nabble.com. > > > ------------------------------------------------------------------------------ > Free Software Download: Index, Search & Analyze Logs and other IT data in > Real-Time with Splunk. Collect, index and harness all the fast moving IT > data > generated by your applications, servers and devices whether physical, > virtual > or in the cloud. Deliver compliance at lower cost and gain new business > insights. http://p.sf.net/sfu/splunk-dev2dev > _______________________________________________ > Artifactory-users mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/artifactory-users >
------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________ Artifactory-users mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/artifactory-users
