Skip to content
This repository has been archived by the owner on Jan 17, 2024. It is now read-only.

Commit

Permalink
Updated html structure for widgets with title and subtitle
Browse files Browse the repository at this point in the history
  • Loading branch information
satishkumaarponnusamy-zzz committed Apr 17, 2017
1 parent 329f991 commit a382e85
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion widgets/templates/Title-Subtitle-NextLine.html
Expand Up @@ -7,7 +7,7 @@
<body>
<div class="widget">
<h2 class="title">
Widget title
<div class="inner-title">Widget title</div>
<div class="subtitle">Widget subtitle</div>
</h2>

Expand Down
2 changes: 1 addition & 1 deletion widgets/templates/Title-Subtitle-SameLine.html
Expand Up @@ -7,7 +7,7 @@
<body>
<div class="widget">
<h2 class="title">
Widget title
<span class="inner-title">Widget title</span>
<span class="subtitle">Widget subtitle</span>
</h2>

Expand Down
2 changes: 1 addition & 1 deletion widgets/vss-extension.json
@@ -1,7 +1,7 @@
{
"manifestVersion": 1,
"id": "vsts-extensions-myExtensions",
"version": "1.0.1",
"version": "1.0.2",
"name": "Sample Dashboard Widgets",
"description": "Samples containing different widgets extending dashboards.",
"publisher": "Fabrikam",
Expand Down

0 comments on commit a382e85

Please sign in to comment.