Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
violethaze74
aws-ssh-rdp-links
Commits
2e9b9c6b
Commit
2e9b9c6b
authored
Jun 16, 2016
by
Nate Fox
Browse files
0.1.5
parent
c0808c20
Changes
3
Hide whitespace changes
Inline
Side-by-side
CHANGELOG.md
View file @
2e9b9c6b
# Changelog
## 0.1.5 - 2016-06-16
-
Updated for changes in AWS' CSS classes
## 0.1.3 - 2016-03-25
-
Cleaned up internals a bit, moved old code to jquery
-
Updated documentation a bit
...
...
manifest.json
View file @
2e9b9c6b
...
...
@@ -2,7 +2,7 @@
"manifest_version"
:
2
,
"name"
:
"AWS SSH RDP Links"
,
"description"
:
"Adds SSH and RDP links to the AWS Console"
,
"version"
:
"0.1.
4
"
,
"version"
:
"0.1.
5
"
,
"content_scripts"
:
[
{
"matches"
:
[
...
...
page.js
View file @
2e9b9c6b
...
...
@@ -121,5 +121,5 @@ function get_windows_user() {
}
function
get_selector
(
row
,
div
)
{
return
$
(
"
table.
M
J > tbody tr:eq(
"
+
row
+
"
) div.
OJ
:eq(
"
+
div
+
"
)
"
)
return
$
(
"
table.
O
J > tbody tr:eq(
"
+
row
+
"
) div.
AK
:eq(
"
+
div
+
"
)
"
)
}
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment