Skip to content

Commit

Permalink
Merge pull request #2 from danielgolden/master
Browse files Browse the repository at this point in the history
Update copy and launcher icon
  • Loading branch information
danielgolden authored Nov 23, 2019
2 parents fe6aefd + 70a0d14 commit 567ed60
Show file tree
Hide file tree
Showing 5 changed files with 9 additions and 12 deletions.
2 changes: 1 addition & 1 deletion dist/metadata.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"EXPERIMENTAL_external":true,"id":"cf7e0af6-2201-4d7c-855d-662da1eca07b","name":"nerdpack-layout-standard","version":"0.1.0","cliVersion":"1.2.2","sdkVersion":2,"artifacts":[{"schema":{"schemaType":"LAUNCHER","id":"cf7e0af6-2201-4d7c-855d-662da1eca07b.nerdpack-layout-standard-launcher","description":"Describe me","displayName":"NerdpackLayoutStandard","rootNerdletId":"nerdpack-layout-standard-nerdlet","pkgId":"cf7e0af6-2201-4d7c-855d-662da1eca07b","nerdpackId":"cf7e0af6-2201-4d7c-855d-662da1eca07b","artifactId":"nerdpack-layout-standard-launcher"},"js":null,"css":null,"icon":null},{"schema":{"schemaType":"NERDLET","id":"cf7e0af6-2201-4d7c-855d-662da1eca07b.nerdpack-layout-standard-nerdlet","description":"Describe me","displayName":"Standard nerdpack layout","pkgId":"cf7e0af6-2201-4d7c-855d-662da1eca07b","nerdpackId":"cf7e0af6-2201-4d7c-855d-662da1eca07b","artifactId":"nerdpack-layout-standard-nerdlet"},"js":["cf7e0af6-2201-4d7c-855d-662da1eca07b--nerdpack-layout-standard-nerdlet.js"],"css":["cf7e0af6-2201-4d7c-855d-662da1eca07b--styles.css"]}]}
{"EXPERIMENTAL_external":true,"id":"cf7e0af6-2201-4d7c-855d-662da1eca07b","name":"standard-layout","version":"0.1.0","cliVersion":"1.2.2","sdkVersion":2,"artifacts":[{"schema":{"schemaType":"LAUNCHER","id":"cf7e0af6-2201-4d7c-855d-662da1eca07b.nerdpack-layout-standard-launcher","description":"Describe me","displayName":"Nerdpack Layout - Standard","rootNerdletId":"nerdpack-layout-standard-nerdlet","pkgId":"cf7e0af6-2201-4d7c-855d-662da1eca07b","nerdpackId":"cf7e0af6-2201-4d7c-855d-662da1eca07b","artifactId":"nerdpack-layout-standard-launcher"},"js":null,"css":null,"icon":"cf7e0af6-2201-4d7c-855d-662da1eca07b--nerdpack-layout-standard-launcher.png"},{"schema":{"schemaType":"NERDLET","id":"cf7e0af6-2201-4d7c-855d-662da1eca07b.nerdpack-layout-standard-nerdlet","description":"Describe me","displayName":"Standard nerdpack layout","pkgId":"cf7e0af6-2201-4d7c-855d-662da1eca07b","nerdpackId":"cf7e0af6-2201-4d7c-855d-662da1eca07b","artifactId":"nerdpack-layout-standard-nerdlet"},"js":["cf7e0af6-2201-4d7c-855d-662da1eca07b--nerdpack-layout-standard-nerdlet.js"],"css":["cf7e0af6-2201-4d7c-855d-662da1eca07b--styles.css"]}]}
Binary file modified launchers/nerdpack-layout-standard-launcher/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
2 changes: 1 addition & 1 deletion launchers/nerdpack-layout-standard-launcher/nr1.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,6 @@
"schemaType": "LAUNCHER",
"id": "nerdpack-layout-standard-launcher",
"description": "Describe me",
"displayName": "NerdpackLayoutStandard",
"displayName": "Nerdpack Layout - Standard",
"rootNerdletId": "nerdpack-layout-standard-nerdlet"
}
15 changes: 6 additions & 9 deletions nerdlets/nerdpack-layout-standard-nerdlet/index.js
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
/* eslint-disable no-trailing-spaces */

import React from "react";
import {
Grid,
Expand Down Expand Up @@ -87,20 +89,15 @@ export default class NerdpackLayoutStandard extends React.Component {
gapType={Stack.GAP_TYPE.NONE}
>
<StackItem>
<h4 className="empty-state-header">
Place your content here
</h4>
<h4 className="empty-state-header">How to use this layout</h4>
</StackItem>
<StackItem>
<p className="empty-state-description">
Open up
<code>nerdpack-layout-standard-nerdlet/index.js</code> and
replace the <code>.empty-state</code> div with your content.
Have suggestions, concerns, or ideas for how this template
could be better?{" "}
<a href="https://github.com/newrelic/nr1-nerdpack-layout-standard">
Submit an issue or PR :)
</a>
replace dummy content with your content. Have suggestions,
concerns, or ideas for how this template could be better?
Feel free to <a href="https://github.com/newrelic/nr1-nerdpack-layout-standard">submit an issue or PR :)</a>
.
</p>
</StackItem>
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"private": true,
"name": "Standard layout",
"name": "standard-layout",
"description": "Nerdpack nerdpack-layout-standard",
"version": "0.1.0",
"scripts": {
Expand Down

0 comments on commit 567ed60

Please sign in to comment.