How can I adjust the number of news items that occurs in the right newsbar of my HDA dashboard? (amahi on F10)
I browse the HDA from a nettop with only 600px height, which forces me to scroll down to see the web-application icons, which is kind of irritating. Decreasing the height of the newsbar will probably solve this.
News panel in Amahi dashboard
Re: News panel in Amahi dashboard
hmm, this seems like a good feature request. it's fixed at the moment.
simplest thing would be:
- reduce the size of the font in the browser
- file a feature request in http://bugs.amahi.org (under platform -> new issue -> feature)
you could also try and hack it ...
simplest thing would be:
- reduce the size of the font in the browser
- file a feature request in http://bugs.amahi.org (under platform -> new issue -> feature)
you could also try and hack it ...
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 8GB RAM, 1TBx2+3TBx1
Re: News panel in Amahi dashboard
I would be happy to hack it myself, although I haven't touched Ruby before. But I suppose somewhere I can set that I want only the two recent news items. Any idea of which file to look into? (I haven't dug through it yet..)
Re: News panel in Amahi dashboard
I found the ruby file that fetches the news feed, that is /var/hda/platform/html/app/views/front/index.html.erb but the amount of news entry seems to be server controlled (which means some ruby code for chopping of the oldest ones).
I ended up adding the following line to the theme-css file /var/hda/platform/html/public/themes/agedashi-1.2/style.css
which serves as workaround for me, the news-box becomes wider, and thus less tall.
I ended up adding the following line to the theme-css file /var/hda/platform/html/public/themes/agedashi-1.2/style.css
Code: Select all
#latest_news { width:400px; }
Re: News panel in Amahi dashboard
ah, yes, sorry for the delay. got busy with other work ...
we would like to get ideas on what to do for the next generation dashboard. looks like this is a good requirement - like a "wide mode" of sorts?
we would like to get ideas on what to do for the next generation dashboard. looks like this is a good requirement - like a "wide mode" of sorts?
My HDA: Intel(R) Core(TM) i5-3570K CPU @ 3.40GHz on MSI board, 8GB RAM, 1TBx2+3TBx1
Who is online
Users browsing this forum: Google [Bot] and 10 guests